add common settings GUI
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user