mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
appId: org.terminus
|
||||
productName: Terminus
|
||||
productName: Terminus2
|
||||
compression: normal
|
||||
afterSign: "./build/mac/afterSignHook.js"
|
||||
afterAllArtifactBuild: "./build/mac/afterBuildHook.js"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user