1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-11 03:41:55 +00:00

add restart prompt

This commit is contained in:
pinpin
2020-11-16 22:19:44 +02:00
parent 3931e8088e
commit 17cafbfa52

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