mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor(settings): remove globalStandalone from settings interface
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
if (!standalone) return;
|
if (!standalone) return;
|
||||||
|
// @ts-ignore
|
||||||
let globalStandalone = createStandalone();
|
let globalStandalone = createStandalone();
|
||||||
globalStandalone = standalone;
|
globalStandalone = standalone;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user