fix: initial load not loading betterseqta

This commit is contained in:
SethBurkart123
2025-05-04 07:22:24 +10:00
parent 69b6b116a0
commit 40924b5b33
+1 -1
View File
@@ -42,7 +42,7 @@ async function init() {
await initializeSettingsState() await initializeSettingsState()
if (typeof settingsState.onoff === "undefined") { if (typeof settingsState.onoff === "undefined") {
browser.runtime.sendMessage({ type: "setDefaultStorage" }) await browser.runtime.sendMessage({ type: "setDefaultStorage" })
} }
await main() await main()