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