diff --git a/src/plugin/plugin.ts b/src/plugin/plugin.ts index bf08e24..96ea0ec 100644 --- a/src/plugin/plugin.ts +++ b/src/plugin/plugin.ts @@ -16,7 +16,6 @@ export const pluginLoad = async () => { if (!isThemeChosen()) { return; } - modalObserverLoad(); runThemeStuff(); } @@ -114,6 +113,7 @@ const runThemeStuff = async () => { }, 500); setTimeout(() => { + modalObserverLoad(); tweakSettingsLoad(); }, 1000); }