native: login screen fix foxus on enter
This commit is contained in:
parent
50d5ead7bf
commit
986984c86d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Rectangle {
|
|||
|
||||
placeholderText: qsTr("Name")
|
||||
|
||||
Keys.onReturnPressed: passwordField.focus = true
|
||||
Keys.onReturnPressed: passwordT.focus = true
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue