diff --git a/.gitignore b/.gitignore index 117ee32c..4a74c238 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ app/node_modules app/assets/webpack -.github/workflows node_modules diff --git a/app/package.json b/app/package.json index cb48b59c..e2a33950 100644 --- a/app/package.json +++ b/app/package.json @@ -1,5 +1,5 @@ { - "name": "terminus2", + "name": "terminus", "description": "A terminal for a modern age", "repository": "https://github.com/eugeny/terminus", "author": { diff --git a/.github/workflows/docs.yml b/temp/workflows/docs.yml similarity index 100% rename from .github/workflows/docs.yml rename to temp/workflows/docs.yml diff --git a/.github/workflows/lint.yml b/temp/workflows/lint.yml similarity index 100% rename from .github/workflows/lint.yml rename to temp/workflows/lint.yml diff --git a/.github/workflows/linux.yml b/temp/workflows/linux.yml similarity index 100% rename from .github/workflows/linux.yml rename to temp/workflows/linux.yml diff --git a/.github/workflows/macos.yml b/temp/workflows/macos.yml similarity index 100% rename from .github/workflows/macos.yml rename to temp/workflows/macos.yml diff --git a/.github/workflows/windows.yml b/temp/workflows/windows.yml similarity index 100% rename from .github/workflows/windows.yml rename to temp/workflows/windows.yml diff --git a/terminus-terminal/src/components/appearanceSettingsTab.component.pug b/terminus-terminal/src/components/appearanceSettingsTab.component.pug index aeda0d5c..1717dea3 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(); 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