Compare commits
2 Commits
a8883aa61a
...
master
Author | SHA1 | Date | |
---|---|---|---|
4d14213cfb | |||
64b0e74ccc |
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user