Compare commits

..

No commits in common. "master" and "a8883aa61a867678a8446ed2f64d7c172f224573" have entirely different histories.

View File

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