From a2e843ec8421308c20534600cd2f05e9a04eb5ab Mon Sep 17 00:00:00 2001 From: pinpin Date: Mon, 16 Nov 2020 22:33:13 +0200 Subject: [PATCH] fix --- .gitignore | 1 - app/package.json | 2 +- {.github => temp}/workflows/docs.yml | 0 {.github => temp}/workflows/lint.yml | 0 {.github => temp}/workflows/linux.yml | 0 {.github => temp}/workflows/macos.yml | 0 {.github => temp}/workflows/windows.yml | 0 .../src/components/appearanceSettingsTab.component.pug | 4 ++-- 8 files changed, 3 insertions(+), 4 deletions(-) rename {.github => temp}/workflows/docs.yml (100%) rename {.github => temp}/workflows/lint.yml (100%) rename {.github => temp}/workflows/linux.yml (100%) rename {.github => temp}/workflows/macos.yml (100%) rename {.github => temp}/workflows/windows.yml (100%) 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