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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user