mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-04 11:32:12 -04:00
Reverse session dir order so user configs override system configs as expected (#2341)
This commit is contained in:
@@ -1601,7 +1601,11 @@ Item {
|
||||
}
|
||||
});
|
||||
}
|
||||
return dirs;
|
||||
|
||||
// _addSession guards against a session name already existing
|
||||
// so we have to load from the user directories first so they
|
||||
// correctly override a system configuration
|
||||
return dirs.reverse();
|
||||
}
|
||||
|
||||
property var _pendingFiles: ({})
|
||||
|
||||
Reference in New Issue
Block a user