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
committed by bbedward
parent b8ab86e6c0
commit 6d4df6e927

View File

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