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