1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 08:12:09 -04:00

(greeter): Revise dir perms and add validations

This commit is contained in:
purian23
2026-03-17 20:38:37 -04:00
parent eb04ab7dca
commit 1fab90178a
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();
}