Fixes based on PR reviews

This commit is contained in:
pinpin
2020-11-17 09:14:05 +02:00
parent d607b7423a
commit f1e79e9ada
4 changed files with 8 additions and 19 deletions

View File

@@ -111,20 +111,20 @@ h3.mb-3 Appearance
.form-line
.header
.title Disable Tab Index
.title Disable tab index
toggle(
[(ngModel)]='config.store.terminal.disableTabIndex',
(ngModelChange)='config.save(); config.requestRestart()',
(ngModelChange)='config.save();',
)
.form-line
.header
.title Disable Tab Close Button
.title Disable tab close button
toggle(
[(ngModel)]='config.store.terminal.disableCloseButton',
(ngModelChange)='config.save(); config.requestRestart()',
(ngModelChange)='config.save();',
)
.form-line