mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: initial install not loading seqta
This commit is contained in:
@@ -14,7 +14,6 @@ pluginManager.registerPlugin(notificationCollectorPlugin);
|
||||
pluginManager.registerPlugin(themesPlugin);
|
||||
//pluginManager.registerPlugin(testPlugin);
|
||||
|
||||
// Legacy plugin exports
|
||||
export { init as Monofile } from './monofile';
|
||||
|
||||
export async function initializePlugins(): Promise<void> {
|
||||
|
||||
@@ -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