mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-09 23:32:10 -04:00
greeter: block loading of memory file
This commit is contained in:
@@ -75,14 +75,11 @@ Singleton {
|
||||
FileView {
|
||||
id: memoryFileView
|
||||
path: root.memoryFile
|
||||
blockLoading: false
|
||||
blockLoading: true
|
||||
blockWrites: false
|
||||
atomicWrites: true
|
||||
watchChanges: false
|
||||
printErrors: false
|
||||
onLoaded: {
|
||||
parseMemory(memoryFileView.text());
|
||||
}
|
||||
}
|
||||
|
||||
FileView {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user