comparison cagou/core/constants.py @ 469:f0d497b8f57c

core: change config section to `desktop` following global renaming
author Goffi <goffi@goffi.org>
date Sun, 21 Mar 2021 19:01:40 +0100
parents be8ed5e4c718
children
comparison
equal deleted inserted replaced
468:8e42048649f7 469:f0d497b8f57c
27 APP_COMPONENT = "desktop/mobile" 27 APP_COMPONENT = "desktop/mobile"
28 APP_NAME_ALT = "Cagou" 28 APP_NAME_ALT = "Cagou"
29 APP_NAME_FILE = "libervia_desktop" 29 APP_NAME_FILE = "libervia_desktop"
30 APP_VERSION = cagou.__version__ 30 APP_VERSION = cagou.__version__
31 LOG_OPT_SECTION = APP_NAME.lower() 31 LOG_OPT_SECTION = APP_NAME.lower()
32 CONFIG_SECTION = APP_NAME.lower() 32 CONFIG_SECTION = "desktop"
33 WID_SELECTOR = 'selector' 33 WID_SELECTOR = 'selector'
34 ICON_SIZES = ('small', 'medium') # small = 32, medium = 44 34 ICON_SIZES = ('small', 'medium') # small = 32, medium = 44
35 DEFAULT_WIDGET_ICON = '{media}/misc/black.png' 35 DEFAULT_WIDGET_ICON = '{media}/misc/black.png'
36 36
37 BTN_HEIGHT = '35dp' 37 BTN_HEIGHT = '35dp'