diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 9552853f..7c951dfa 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -59,12 +59,12 @@ document.addEventListener( IsSEQTAPage = true console.log('[BetterSEQTA+] Verified SEQTA Page') import('./css/documentload.scss') - + enableCurrentTheme() try { const items = await browser.storage.local.get() as SettingsState - + if (items.onoff) { import('./css/injected.scss') } diff --git a/src/interface/components/BackgroundSelector.tsx b/src/interface/components/BackgroundSelector.tsx index cfbc50fa..f325a78e 100644 --- a/src/interface/components/BackgroundSelector.tsx +++ b/src/interface/components/BackgroundSelector.tsx @@ -112,7 +112,7 @@ export default function BackgroundSelector({ selectedType, setSelectedType, isEd {selectedBackground == null ? 'No Background' : 'Remove Background'}