mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
forgot about functions, still LET'S GO (test req)
This commit is contained in:
@@ -11,5 +11,5 @@ export async function appendBackgroundToUI() {
|
||||
background.classList.add('imageBackground');
|
||||
background.setAttribute('excludeDarkCheck', 'true');
|
||||
background.src = browser.runtime.getURL('backgrounds/background.html');
|
||||
parent.appendChild(background);
|
||||
parent!.appendChild(background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user