comparison libervia/desktop_kivy/core/constants.py @ 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 b3cedbee561d
children
comparison
equal deleted inserted replaced
495:59bdf78bd1d9 496:956f5db30223
21 21
22 # Kivy must not be imported here due to log hijacking see core/kivy_hack.py 22 # Kivy must not be imported here due to log hijacking see core/kivy_hack.py
23 23
24 24
25 class Const(constants.Const): 25 class Const(constants.Const):
26 APP_NAME = "Libervia Desktop" 26 APP_NAME = "Libervia Desktop (Kivy)"
27 APP_COMPONENT = "desktop/mobile" 27 APP_COMPONENT = "desktop/mobile"
28 APP_NAME_ALT = "LiberviaDesktopKivy" 28 APP_NAME_ALT = "LiberviaDesktopKivy"
29 APP_NAME_FILE = "libervia_desktop" 29 APP_NAME_FILE = "libervia_desktop"
30 APP_VERSION = desktop_kivy.__version__ 30 APP_VERSION = desktop_kivy.__version__
31 LOG_OPT_SECTION = APP_NAME.lower() 31 LOG_OPT_SECTION = APP_NAME.lower()