mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
updated themes + bug fixes
This commit is contained in:
+3
-3
@@ -15,8 +15,8 @@ import { MessageHandler } from "./seqta/utils/MessageListener.js";
|
||||
import { updateBgDurations } from "./seqta/ui/Animation.js";
|
||||
import { updateAllColors } from "./seqta/ui/colors/Manager.js";
|
||||
import { appendBackgroundToUI } from "./seqta/ui/ImageBackgrounds.js";
|
||||
import { EnableThemes } from "./seqta/ui/Themes.js";
|
||||
|
||||
/* import { EnableThemes } from "./seqta/ui/Themes.js";
|
||||
*/
|
||||
export let isChrome = window.chrome;
|
||||
let SettingsClicked = false;
|
||||
export let MenuOptionsOpen = false;
|
||||
@@ -651,7 +651,6 @@ function main(storedSetting) {
|
||||
if (storedSetting.onoff) {
|
||||
console.log("[BetterSEQTA+] Enabled");
|
||||
InjectStyles();
|
||||
EnableThemes();
|
||||
InjectCustomIcons();
|
||||
updateAllColors(storedSetting);
|
||||
ApplyCSSToHiddenMenuItems();
|
||||
@@ -775,6 +774,7 @@ document.addEventListener(
|
||||
|
||||
chrome.storage.local.get(null, function (items) {
|
||||
main(items);
|
||||
/* EnableThemes(); */
|
||||
});
|
||||
}
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user