1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05: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

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: {