add selecting of location settings with Enter
This commit is contained in:
parent
3c2dd5c0bd
commit
691680adef
1 changed files with 3 additions and 0 deletions
|
@ -320,6 +320,9 @@ PageType {
|
||||||
|
|
||||||
rightImageSource: hoverEnabled ? "qrc:/images/controls/chevron-down.svg" : ""
|
rightImageSource: hoverEnabled ? "qrc:/images/controls/chevron-down.svg" : ""
|
||||||
|
|
||||||
|
Keys.onEnterPressed: this.clicked()
|
||||||
|
Keys.onReturnPressed: this.clicked()
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
ServersModel.processedIndex = ServersModel.defaultIndex
|
ServersModel.processedIndex = ServersModel.defaultIndex
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue