提交 a2e843ec 编写于 作者: P pinpin

fix

上级 91333abc
app/node_modules
app/assets/webpack
.github/workflows
node_modules
......
{
"name": "terminus2",
"name": "terminus",
"description": "A terminal for a modern age",
"repository": "https://github.com/eugeny/terminus",
"author": {
......
......@@ -115,7 +115,7 @@ h3.mb-3 Appearance
toggle(
[(ngModel)]='config.store.terminal.disableTabIndex',
(ngModelChange)='config.save(); config.requestRestart()',
(ngModelChange)='config.save()',
)
.form-line
......@@ -124,7 +124,7 @@ h3.mb-3 Appearance
toggle(
[(ngModel)]='config.store.terminal.disableCloseButton',
(ngModelChange)='config.save(); config.requestRestart()',
(ngModelChange)='config.save()',
)
.form-line
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册