1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

greeter: add connection on session load

This commit is contained in:
bbedward
2026-02-05 09:39:55 -05:00
parent fff018eafb
commit a103b93583

View File

@@ -132,6 +132,9 @@ Item {
function onLastSuccessfulUserChanged() {
applyLastSuccessfulUser();
}
function onLastSessionIdChanged() {
finalizeSessionSelection();
}
}
Connections {