Update: Changed position of the session button, changed order of system buttons, other small fixes.

This commit is contained in:
Keyitdev
2024-10-07 23:56:44 +02:00
parent 44fb2ff228
commit 1663dbd524
5 changed files with 25 additions and 24 deletions
+2 -7
View File
@@ -476,15 +476,10 @@ Column {
}
}
SessionButton {
id: sessionSelect
loginButtonWidth: loginButton.background.width
}
Connections {
target: sddm
onLoginSucceeded: {}
onLoginFailed: {
function onLoginSucceeded() {}
function onLoginFailed() {
failed = true
resetError.running ? resetError.stop() && resetError.start() : resetError.start()
}