changeset 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 8e42048649f7
children 383b5f54aba9
files cagou/core/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/core/constants.py	Sat Mar 20 20:59:53 2021 +0100
+++ b/cagou/core/constants.py	Sun Mar 21 19:01:40 2021 +0100
@@ -29,7 +29,7 @@
     APP_NAME_FILE = "libervia_desktop"
     APP_VERSION = cagou.__version__
     LOG_OPT_SECTION = APP_NAME.lower()
-    CONFIG_SECTION = APP_NAME.lower()
+    CONFIG_SECTION = "desktop"
     WID_SELECTOR = 'selector'
     ICON_SIZES = ('small', 'medium')  # small = 32, medium = 44
     DEFAULT_WIDGET_ICON = '{media}/misc/black.png'