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

modals: single window optimization

This commit is contained in:
bbedward
2025-12-01 17:49:32 -05:00
parent 139c99001a
commit 468e569bc7
19 changed files with 660 additions and 639 deletions

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