From d607b7423ab48a02602db399b6ccb3debf795c57 Mon Sep 17 00:00:00 2001 From: pinpin Date: Mon, 16 Nov 2020 22:33:16 +0200 Subject: [PATCH] fix --- {temp => .github}/workflows/docs.yml | 0 {temp => .github}/workflows/lint.yml | 0 {temp => .github}/workflows/linux.yml | 0 {temp => .github}/workflows/macos.yml | 0 {temp => .github}/workflows/windows.yml | 0 electron-builder.yml | 2 +- .../src/components/appearanceSettingsTab.component.pug | 4 ++-- 7 files changed, 3 insertions(+), 3 deletions(-) rename {temp => .github}/workflows/docs.yml (100%) rename {temp => .github}/workflows/lint.yml (100%) rename {temp => .github}/workflows/linux.yml (100%) rename {temp => .github}/workflows/macos.yml (100%) rename {temp => .github}/workflows/windows.yml (100%) diff --git a/temp/workflows/docs.yml b/.github/workflows/docs.yml similarity index 100% rename from temp/workflows/docs.yml rename to .github/workflows/docs.yml diff --git a/temp/workflows/lint.yml b/.github/workflows/lint.yml similarity index 100% rename from temp/workflows/lint.yml rename to .github/workflows/lint.yml diff --git a/temp/workflows/linux.yml b/.github/workflows/linux.yml similarity index 100% rename from temp/workflows/linux.yml rename to .github/workflows/linux.yml diff --git a/temp/workflows/macos.yml b/.github/workflows/macos.yml similarity index 100% rename from temp/workflows/macos.yml rename to .github/workflows/macos.yml diff --git a/temp/workflows/windows.yml b/.github/workflows/windows.yml similarity index 100% rename from temp/workflows/windows.yml rename to .github/workflows/windows.yml diff --git a/electron-builder.yml b/electron-builder.yml index fc7bb52d..73d75f0a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,6 +1,6 @@ --- appId: org.terminus -productName: Terminus +productName: Terminus2 compression: normal afterSign: "./build/mac/afterSignHook.js" afterAllArtifactBuild: "./build/mac/afterBuildHook.js" diff --git a/terminus-terminal/src/components/appearanceSettingsTab.component.pug b/terminus-terminal/src/components/appearanceSettingsTab.component.pug index 1717dea3..aeda0d5c 100644 --- a/terminus-terminal/src/components/appearanceSettingsTab.component.pug +++ b/terminus-terminal/src/components/appearanceSettingsTab.component.pug @@ -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