mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fix quick css not overriding themes
This commit is contained in:
parent
88c4dab0c9
commit
c1074cb8f7
1 changed files with 1 additions and 2 deletions
|
@ -92,6 +92,7 @@ async function initThemes() {
|
|||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
initSystemValues();
|
||||
initThemes();
|
||||
|
||||
toggle(Settings.useQuickCss);
|
||||
SettingsStore.addChangeListener("useQuickCss", toggle);
|
||||
|
@ -102,8 +103,6 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
if (!IS_WEB) {
|
||||
VencordNative.quickCss.addThemeChangeListener(initThemes);
|
||||
}
|
||||
|
||||
initThemes();
|
||||
});
|
||||
|
||||
export function initQuickCssThemeStore() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue