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

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