mirror of
https://github.com/Eugeny/tabby
synced 2025-01-05 17:59:02 +00:00
fix
This commit is contained in:
parent
91333abc4f
commit
a2e843ec84
8 changed files with 3 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
app/node_modules
|
app/node_modules
|
||||||
app/assets/webpack
|
app/assets/webpack
|
||||||
.github/workflows
|
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "terminus2",
|
"name": "terminus",
|
||||||
"description": "A terminal for a modern age",
|
"description": "A terminal for a modern age",
|
||||||
"repository": "https://github.com/eugeny/terminus",
|
"repository": "https://github.com/eugeny/terminus",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -115,7 +115,7 @@ h3.mb-3 Appearance
|
||||||
|
|
||||||
toggle(
|
toggle(
|
||||||
[(ngModel)]='config.store.terminal.disableTabIndex',
|
[(ngModel)]='config.store.terminal.disableTabIndex',
|
||||||
(ngModelChange)='config.save(); config.requestRestart()',
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
|
|
||||||
.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(); config.requestRestart()',
|
(ngModelChange)='config.save()',
|
||||||
)
|
)
|
||||||
|
|
||||||
.form-line
|
.form-line
|
||||||
|
|
Loading…
Reference in a new issue