refactor(settings): remove globalStandalone from settings interface

This commit is contained in:
sethburkart123
2024-09-08 10:03:05 +10:00
parent 52c8809cf2
commit f0bdbbb14f
@@ -17,6 +17,7 @@
onMount(() => { onMount(() => {
if (!standalone) return; if (!standalone) return;
// @ts-ignore
let globalStandalone = createStandalone(); let globalStandalone = createStandalone();
globalStandalone = standalone; globalStandalone = standalone;
}); });