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