mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: initial load not loading betterseqta
This commit is contained in:
+1
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user