add common settings GUI

This commit is contained in:
piotr
2023-01-03 01:03:20 +01:00
parent 7294d9ead0
commit b8cc4c61f7
2 changed files with 59 additions and 6 deletions

View File

@@ -678,7 +678,8 @@ def list_configs(config_dir):
# allow to store json files other than panel config files in the config directory
# (prevents from crash w/ nwg-drawer>=0.1.7 and future nwg-menu versions)
exclusions = [os.path.join(config_dir, "preferred-apps.json"),
os.path.join(config_dir, "calendar.json")]
os.path.join(config_dir, "calendar.json"),
os.path.join(config_dir, "common-settings.json")]
entries = os.listdir(config_dir)
entries.sort()
for entry in entries: