1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

gamma: fix night mode on startup

This commit is contained in:
bbedward
2025-12-03 10:37:28 -05:00
parent f3f7cc9077
commit 90f9940dbd
+2 -6
View File
@@ -666,11 +666,7 @@ Singleton {
return;
}
if (SessionData.nightModeAutoEnabled) {
startAutomation();
} else {
applyNightModeDirectly();
}
evaluateNightMode();
});
}
}
@@ -680,7 +676,7 @@ Singleton {
Timer {
id: restartTimer
property string nextAction: ""
interval: 100
interval: 250
repeat: false
onTriggered: {