1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 09:12:08 -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() { function onLastSuccessfulUserChanged() {
applyLastSuccessfulUser(); applyLastSuccessfulUser();
} }
function onLastSessionIdChanged() {
finalizeSessionSelection();
}
} }
Connections { Connections {