1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

theme: Fix Light/Dark mode portal sync

This commit is contained in:
purian23
2026-02-21 00:31:26 -05:00
parent 171329246c
commit 65516e872f

View File

@@ -961,10 +961,7 @@ Singleton {
}
if (!isGreeterMode) {
// Skip with matugen because, our script runner will do it.
if (!matugenAvailable) {
PortalService.setLightMode(light);
}
PortalService.setLightMode(light);
if (typeof SettingsData !== "undefined") {
SettingsData.updateCosmicThemeMode(light);
}