1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

always blockLoading on fileview

This commit is contained in:
bbedward
2025-10-02 00:13:29 -04:00
parent df4f7b8c9e
commit a7c4f09c5b

View File

@@ -1322,7 +1322,7 @@ Singleton {
id: settingsFile
path: isGreeterMode ? "" : StandardPaths.writableLocation(StandardPaths.ConfigLocation) + "/DankMaterialShell/settings.json"
blockLoading: isGreeterMode
blockLoading: true
blockWrites: true
atomicWrites: true
watchChanges: !isGreeterMode