mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: initial install not loading seqta
This commit is contained in:
@@ -585,10 +585,6 @@ export function showConflictPopup() {
|
||||
}
|
||||
|
||||
export function init() {
|
||||
if (typeof settingsState.onoff === "undefined") {
|
||||
browser.runtime.sendMessage({ type: "setDefaultStorage" })
|
||||
}
|
||||
|
||||
const handleDisabled = () => {
|
||||
waitForElm(".code", true, 50).then(AppendElementsToDisabledPage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user