Added configuration option to enable/disable automatic updates

This commit is contained in:
Austin Warren 2019-07-23 12:24:17 -07:00
parent 1d1e620db6
commit 8d5b2bc4c5
2 changed files with 7 additions and 0 deletions

View File

@ -14,3 +14,4 @@ enableAnalytics: true
enableWelcomeTab: true
electronFlags:
- ['force_discrete_gpu', '0']
enableAutomaticUpdates: true

View File

@ -236,6 +236,12 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
(ngModelChange)='config.save(); config.requestRestart()',
)
.form-line
.header
.title Automatic Updates
.description Enable automatic installation of updates when they become available.
toggle([(ngModel)]='config.store.enableAutomaticUpdates', (ngModelChange)='config.save()')
.form-line
.header
.title Custom CSS