native: login screen fix foxus on enter

This commit is contained in:
Johannes Jöns 2024-07-11 12:55:29 +02:00
parent 50d5ead7bf
commit 986984c86d

View file

@ -46,7 +46,7 @@ Rectangle {
placeholderText: qsTr("Name")
Keys.onReturnPressed: passwordField.focus = true
Keys.onReturnPressed: passwordT.focus = true
}