1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 00:02:28 -04:00

(greeter): Revise dir perms and add validations

This commit is contained in:
purian23
2026-03-17 20:38:37 -04:00
committed by bbedward
parent fbf9e6d1b9
commit e9d030f6d8
3 changed files with 18 additions and 16 deletions

View File

@@ -22,7 +22,6 @@ Singleton {
property bool nightModeEnabled: false
Component.onCompleted: {
Quickshell.execDetached(["mkdir", "-p", greetCfgDir]);
loadMemory();
loadSessionConfig();
}