1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Revert "modals: single window optimization"

This reverts commit 468e569bc7.
This commit is contained in:
bbedward
2025-12-03 10:34:40 -05:00
parent c331e2f39e
commit f3f7cc9077
19 changed files with 640 additions and 661 deletions

View File

@@ -666,7 +666,11 @@ Singleton {
return;
}
evaluateNightMode();
if (SessionData.nightModeAutoEnabled) {
startAutomation();
} else {
applyNightModeDirectly();
}
});
}
}
@@ -676,7 +680,7 @@ Singleton {
Timer {
id: restartTimer
property string nextAction: ""
interval: 250
interval: 100
repeat: false
onTriggered: {