[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

@@ -277,6 +277,7 @@ ui:
auto_scale: false # activates Qt auto screen scale factor (QT_AUTO_SCREEN_SCALE_FACTOR). It fixes scaling issues for some desktop environments ( like Gnome )
updates:
check_interval: 30 # the updates checking interval in SECONDS
ask_for_reboot: true # if a dialog asking for a system reboot should be displayed after a successful upgrade
disk:
trim:
after_upgrade: false # it trims the hard disk after a successfull packages upgrade ( `fstrim -a -v` ). 'true' will automatically perform the trim and 'null' will display a confirmation dialog