make QuickCSS have priority over themes

main
V 1 year ago
parent d3691f74c4
commit 3e7d4e2623
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -66,10 +66,11 @@ async function initThemes() {
}
document.addEventListener("DOMContentLoaded", () => {
initThemes();
toggle(Settings.useQuickCss);
addSettingsListener("useQuickCss", toggle);
initThemes();
addSettingsListener("themeLinks", initThemes);
addSettingsListener("enabledThemes", initThemes);

Loading…
Cancel
Save