1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 21:02:06 -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

@@ -322,7 +322,7 @@ Item {
text: I18n.tr("Custom Duration")
description: I18n.tr("%1 custom animation duration").arg(I18n.tr("Popouts"))
minimum: 0
maximum: 500
maximum: 2000
value: Theme.popoutAnimationDuration
unit: "ms"
defaultValue: 150
@@ -402,7 +402,7 @@ Item {
text: I18n.tr("Custom Duration")
description: I18n.tr("%1 custom animation duration").arg(I18n.tr("Modals"))
minimum: 0
maximum: 500
maximum: 2000
value: Theme.modalAnimationDuration
unit: "ms"
defaultValue: 150