feat: move bs cloud to a more out of the way location and some theme store tweaks

This commit is contained in:
2026-02-25 10:55:36 +10:30
parent 01f5e8f61d
commit e50de00d08
5 changed files with 208 additions and 8 deletions
-6
View File
@@ -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>