mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 10:28:05 +00:00
Added configuration option to enable/disable automatic updates
This commit is contained in:
@@ -14,3 +14,4 @@ enableAnalytics: true
|
|||||||
enableWelcomeTab: true
|
enableWelcomeTab: true
|
||||||
electronFlags:
|
electronFlags:
|
||||||
- ['force_discrete_gpu', '0']
|
- ['force_discrete_gpu', '0']
|
||||||
|
enableAutomaticUpdates: true
|
||||||
|
@@ -236,6 +236,12 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
|
|||||||
(ngModelChange)='config.save(); config.requestRestart()',
|
(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
|
.form-line
|
||||||
.header
|
.header
|
||||||
.title Custom CSS
|
.title Custom CSS
|
||||||
|
Reference in New Issue
Block a user