mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-13 15:27:07 +08:00
add restart prompt
This commit is contained in:
parent
3931e8088e
commit
17cafbfa52
@ -115,7 +115,7 @@ h3.mb-3 Appearance
|
||||
|
||||
toggle(
|
||||
[(ngModel)]='config.store.terminal.disableTabIndex',
|
||||
(ngModelChange)='config.save()',
|
||||
(ngModelChange)='config.save(); config.requestRestart()',
|
||||
)
|
||||
|
||||
.form-line
|
||||
@ -124,7 +124,7 @@ h3.mb-3 Appearance
|
||||
|
||||
toggle(
|
||||
[(ngModel)]='config.store.terminal.disableCloseButton',
|
||||
(ngModelChange)='config.save()',
|
||||
(ngModelChange)='config.save(); config.requestRestart()',
|
||||
)
|
||||
|
||||
.form-line
|
||||
|
Loading…
x
Reference in New Issue
Block a user