mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Re-apply current theme when blur is toggled
This commit is contained in:
parent
b03534bb92
commit
2b72cb0b09
@ -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 New Issue
Block a user