mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
only single selected theme or custom background at once
This commit is contained in:
+1
-1
@@ -772,9 +772,9 @@ document.addEventListener(
|
||||
link.rel = "stylesheet";
|
||||
document.getElementsByTagName("html")[0].appendChild(link);
|
||||
|
||||
enableCurrentTheme();
|
||||
chrome.storage.local.get(null, function (items) {
|
||||
main(items);
|
||||
enableCurrentTheme();
|
||||
});
|
||||
}
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user