diff --git a/Main.qml b/Main.qml index b1a0236..001f911 100644 --- a/Main.qml +++ b/Main.qml @@ -255,6 +255,10 @@ Rectangle { return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0 } + + onLoginRequest: { + sddm.login(username, password, sessionButton.currentIndex) + } } Behavior on opacity {