1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-05 14:02:43 +00:00

Fix enter key behaviour in setup address field

This commit is contained in:
Chris Josten 2020-09-27 17:28:40 +02:00
parent 9e9d075cd4
commit 25760bfab9

View file

@ -77,7 +77,7 @@ Dialog {
EnterKey.enabled: addressCorrect
EnterKey.iconSource: "image://theme/icon-m-enter-accept"
EnterKey.onClicked: dialogRoot.tryConnect()
EnterKey.onClicked: accept()
}
}