[improvement][settings] new option to disable the reboot dialog after a successful upgrade

This commit is contained in:
Vinicius Moreira
2020-04-29 15:51:38 -03:00
parent 9995a9d010
commit a03b853336
13 changed files with 36 additions and 6 deletions

View File

@@ -18,7 +18,8 @@ def read_config(update_file: bool = False) -> dict:
},
'locale': None,
'updates': {
'check_interval': 30
'check_interval': 30,
'ask_for_reboot': True
},
'system': {
'notifications': True,