Compare commits
1 Commits
64b0e74ccc
...
master
Author | SHA1 | Date | |
---|---|---|---|
4d14213cfb |
4
Main.qml
4
Main.qml
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user