diff --git a/src/SEQTA.ts b/src/SEQTA.ts index c0640c08..6aa2c7ee 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -42,7 +42,7 @@ async function init() { await initializeSettingsState() if (typeof settingsState.onoff === "undefined") { - browser.runtime.sendMessage({ type: "setDefaultStorage" }) + await browser.runtime.sendMessage({ type: "setDefaultStorage" }) } await main()