Add 'onLoginRequest' and 'sddm.login' back, we need that to do Breeze-style login
This commit is contained in:
parent
64b0e74ccc
commit
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user