This commit is contained in:
pinpin
2020-11-16 22:33:13 +02:00
parent 91333abc4f
commit a2e843ec84
8 changed files with 3 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ h3.mb-3 Appearance
toggle(
[(ngModel)]='config.store.terminal.disableTabIndex',
(ngModelChange)='config.save(); config.requestRestart()',
(ngModelChange)='config.save()',
)
.form-line
@@ -124,7 +124,7 @@ h3.mb-3 Appearance
toggle(
[(ngModel)]='config.store.terminal.disableCloseButton',
(ngModelChange)='config.save(); config.requestRestart()',
(ngModelChange)='config.save()',
)
.form-line