diff --git a/native/LoginScreen.qml b/native/LoginScreen.qml index ab326ad..c1aab20 100644 --- a/native/LoginScreen.qml +++ b/native/LoginScreen.qml @@ -46,7 +46,7 @@ Rectangle { placeholderText: qsTr("Name") - Keys.onReturnPressed: passwordField.focus = true + Keys.onReturnPressed: passwordT.focus = true }