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