Mercurial > libervia-desktop-kivy
comparison cagou/core/constants.py @ 464:be8ed5e4c718
core: modified names constants according to global renaming
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 14:26:29 +0100 |
parents | 3c9ba4a694ef |
children | f0d497b8f57c |
comparison
equal
deleted
inserted
replaced
463:5f0705a9cd3b | 464:be8ed5e4c718 |
---|---|
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 = "Cagou" | 26 APP_NAME = "Libervia Desktop" |
27 APP_COMPONENT = "desktop/mobile" | |
28 APP_NAME_ALT = "Cagou" | |
29 APP_NAME_FILE = "libervia_desktop" | |
27 APP_VERSION = cagou.__version__ | 30 APP_VERSION = cagou.__version__ |
28 LOG_OPT_SECTION = APP_NAME.lower() | 31 LOG_OPT_SECTION = APP_NAME.lower() |
29 CONFIG_SECTION = APP_NAME.lower() | 32 CONFIG_SECTION = APP_NAME.lower() |
30 WID_SELECTOR = 'selector' | 33 WID_SELECTOR = 'selector' |
31 ICON_SIZES = ('small', 'medium') # small = 32, medium = 44 | 34 ICON_SIZES = ('small', 'medium') # small = 32, medium = 44 |