mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: add auto migration
This commit is contained in:
@@ -26,4 +26,4 @@ if (!mountPoint) {
|
||||
}
|
||||
|
||||
InjectCustomIcons()
|
||||
renderSvelte(Settings, mountPoint)
|
||||
renderSvelte(Settings, mountPoint, { standalone: true })
|
||||
@@ -59,6 +59,7 @@
|
||||
|
||||
if (!standalone) return;
|
||||
initializeSettingsState();
|
||||
console.log('settingsState', $settingsState);
|
||||
StandaloneStore.setStandalone(true);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user