mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: move bs cloud to a more out of the way location and some theme store tweaks
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import Settings from "./settings/general.svelte";
|
||||
import Shortcuts from "./settings/shortcuts.svelte";
|
||||
import Theme from "./settings/theme.svelte";
|
||||
import Cloud from "./settings/cloud.svelte";
|
||||
import browser from "webextension-polyfill";
|
||||
|
||||
import { standalone as StandaloneStore } from "../utils/standalone.svelte";
|
||||
@@ -78,10 +77,6 @@
|
||||
showColourPicker = false;
|
||||
});
|
||||
|
||||
if (window.location.hash === "#cloud") {
|
||||
settingsActiveTab = 3;
|
||||
}
|
||||
|
||||
if (standalone) {
|
||||
StandaloneStore.setStandalone(true);
|
||||
}
|
||||
@@ -291,7 +286,6 @@
|
||||
},
|
||||
{ title: "Shortcuts", Content: Shortcuts },
|
||||
{ title: "Themes", Content: Theme },
|
||||
{ title: "BetterSEQTA Cloud", Content: Cloud },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user