mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 09:15:18 +00:00
Fix enter key behaviour in setup address field
This commit is contained in:
parent
9e9d075cd4
commit
25760bfab9
|
@ -77,7 +77,7 @@ Dialog {
|
|||
|
||||
EnterKey.enabled: addressCorrect
|
||||
EnterKey.iconSource: "image://theme/icon-m-enter-accept"
|
||||
EnterKey.onClicked: dialogRoot.tryConnect()
|
||||
EnterKey.onClicked: accept()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue