This commit is contained in:
parent
a09eca6cc9
commit
2d865eb563
@ -132,7 +132,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
|
||||
|
||||
//Enable clipping whilst animating, otherwise the items would be shifted to other screens in multiscreen setups
|
||||
//As there are only 2 items (loginPrompt and logoutScreenComponent), it's sufficient to do it only in this component
|
||||
@@ -129,13 +132,14 @@ Image {
|
||||
@@ -141,13 +144,14 @@ Image {
|
||||
echoMode: TextInput.Password
|
||||
onAccepted: loginPrompt.startLogin()
|
||||
focus: true
|
||||
@ -148,7 +148,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
|
||||
onTriggered: passwordInput.forceActiveFocus()
|
||||
}
|
||||
//end hack
|
||||
@@ -221,9 +225,13 @@ Image {
|
||||
@@ -235,9 +239,13 @@ Image {
|
||||
target: sddm
|
||||
onLoginFailed: {
|
||||
//Re-enable button and textfield
|
||||
@ -165,7 +165,7 @@ Index: plasma-workspace-5.4.3/lookandfeel/contents/loginmanager/Main.qml
|
||||
loginButton.enabled = true;
|
||||
}
|
||||
}
|
||||
@@ -232,11 +240,12 @@ Image {
|
||||
@@ -246,11 +254,12 @@ Image {
|
||||
|
||||
function startLogin () {
|
||||
//Disable button and textfield while password check is running
|
||||
|
Loading…
x
Reference in New Issue
Block a user