mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Re-apply current theme when blur is toggled
This commit is contained in:
parent
b03534bb92
commit
2b72cb0b09
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ function checkForSplash() {
|
||||||
} else {
|
} else {
|
||||||
document.documentElement.style.setProperty("--blur", "none");
|
document.documentElement.style.setProperty("--blur", "none");
|
||||||
}
|
}
|
||||||
|
const theme = defaultStore.state.darkMode ? ColdDeviceStorage.get("darkTheme") : ColdDeviceStorage.get("lightTheme");
|
||||||
|
applyTheme(theme);
|
||||||
},
|
},
|
||||||
{ immediate: true },
|
{ immediate: true },
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue