mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
bug: major bug fixes and smoothing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import browser from 'webextension-polyfill'
|
||||
import backgroundPage from 'url:./background/background.html'
|
||||
|
||||
export async function appendBackgroundToUI() {
|
||||
console.log('Starting appendBackgroundToUI...');
|
||||
@@ -10,6 +10,6 @@ export async function appendBackgroundToUI() {
|
||||
background.id = 'background';
|
||||
background.classList.add('imageBackground');
|
||||
background.setAttribute('excludeDarkCheck', 'true');
|
||||
background.src = browser.runtime.getURL('backgrounds/background.html');
|
||||
background.src = backgroundPage;
|
||||
parent!.appendChild(background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user