mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Fix enter key behaviour in setup address field
This commit is contained in:
parent
9e9d075cd4
commit
25760bfab9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Dialog {
|
||||||
|
|
||||||
EnterKey.enabled: addressCorrect
|
EnterKey.enabled: addressCorrect
|
||||||
EnterKey.iconSource: "image://theme/icon-m-enter-accept"
|
EnterKey.iconSource: "image://theme/icon-m-enter-accept"
|
||||||
EnterKey.onClicked: dialogRoot.tryConnect()
|
EnterKey.onClicked: accept()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue