native: submite button work on enter

This commit is contained in:
jopejoe1 2024-07-11 13:00:25 +02:00
parent 986984c86d
commit 00a9e63bd3

View file

@ -76,6 +76,7 @@ Rectangle {
text: qsTr("Submit")
onClicked: login()
Keys.onReturnPressed: login()
}
function login() {