Compare commits

..

2 Commits

View File

@ -255,6 +255,10 @@ Rectangle {
return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0 return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0
} }
onLoginRequest: {
sddm.login(username, password, sessionButton.currentIndex)
}
} }
Behavior on opacity { Behavior on opacity {