Apply 1 suggestion(s) to 1 file(s)

wilder-5.25
Nate Graham 4 years ago committed by David Edmundson
parent dc6341bb30
commit 9bd533c6ee
  1. 2
      lookandfeel/contents/lockscreen/NoPasswordUnlock.qml

@ -15,7 +15,7 @@ SessionManagementScreen {
id: loginButton
focus: true
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Unlock")
icon.name: LayoutMirroring.enabled ? "go-previous" : "go-next"
icon.name: "unlock"
onClicked: Qt.quit();
Keys.onEnterPressed: clicked()
Keys.onReturnPressed: clicked()

Loading…
Cancel
Save