1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 08:12:09 -04:00

greeter: block loading of memory file

This commit is contained in:
bbedward
2026-02-05 12:18:44 -05:00
parent 7d5c20125a
commit 4349d68f87
4 changed files with 7 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ Item {
Timer {
id: closeTimer
interval: animationDuration + 120
interval: animationDuration + 50
onTriggered: {
if (shouldBeVisible)
return;