1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-09 04:33:29 -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
-3
View File
@@ -961,10 +961,7 @@ Singleton {
} }
if (!isGreeterMode) { if (!isGreeterMode) {
// Skip with matugen because, our script runner will do it.
if (!matugenAvailable) {
PortalService.setLightMode(light); PortalService.setLightMode(light);
}
if (typeof SettingsData !== "undefined") { if (typeof SettingsData !== "undefined") {
SettingsData.updateCosmicThemeMode(light); SettingsData.updateCosmicThemeMode(light);
} }