1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 12:16:34 +03:00
This commit is contained in:
pinpin 2020-11-16 22:33:16 +02:00
parent a2e843ec84
commit d607b7423a
7 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
appId: org.terminus
productName: Terminus
productName: Terminus2
compression: normal
afterSign: "./build/mac/afterSignHook.js"
afterAllArtifactBuild: "./build/mac/afterBuildHook.js"

View File

@ -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