[ui][settings] new property to disable updates sorting

This commit is contained in:
Vinícius Moreira
2020-02-07 11:45:45 -03:00
parent ecd936c6fd
commit 0fd85fe10f
12 changed files with 39 additions and 9 deletions

View File

@@ -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,