Mercurial > libervia-desktop-kivy
changeset 496:956f5db30223
core (constants): change name to highlight that this is the "Kivy" variant of Desktop frontend
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Sep 2023 16:04:24 +0200 |
parents | 59bdf78bd1d9 |
children | 232a723aae45 |
files | libervia/desktop_kivy/core/constants.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/desktop_kivy/core/constants.py Mon Aug 28 18:29:18 2023 +0200 +++ b/libervia/desktop_kivy/core/constants.py Fri Sep 01 16:04:24 2023 +0200 @@ -23,7 +23,7 @@ class Const(constants.Const): - APP_NAME = "Libervia Desktop" + APP_NAME = "Libervia Desktop (Kivy)" APP_COMPONENT = "desktop/mobile" APP_NAME_ALT = "LiberviaDesktopKivy" APP_NAME_FILE = "libervia_desktop"