mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
Add settings for custom backgrounds and allow users to set image and video backgrounds
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import browser from 'webextension-polyfill';
|
||||
import { SettingsState } from '../../types/storage';
|
||||
|
||||
export async function appendBackgroundToUI() {
|
||||
const settings = await browser.storage.local.get() as SettingsState;
|
||||
|
||||
if (settings.theme == '') return;
|
||||
|
||||
const parent = document.getElementById('container');
|
||||
|
||||
// embed background.html
|
||||
|
||||
Reference in New Issue
Block a user