mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 05:14:16 +02:00
[ui][settings] new property to disable updates sorting
This commit is contained in:
@@ -22,7 +22,8 @@ def read_config(update_file: bool = False) -> dict:
|
||||
},
|
||||
'locale': None,
|
||||
'updates': {
|
||||
'check_interval': 30
|
||||
'check_interval': 30,
|
||||
'sort_packages': True
|
||||
},
|
||||
'system': {
|
||||
'notifications': True,
|
||||
|
||||
Reference in New Issue
Block a user