fix page share default server selection
This commit is contained in:
parent
c77e01fb37
commit
7c3d08d80e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ ListView {
|
||||||
|
|
||||||
function triggerCurrentItem() {
|
function triggerCurrentItem() {
|
||||||
var item = root.itemAtIndex(currentIndex)
|
var item = root.itemAtIndex(currentIndex)
|
||||||
var radioButton = item.children[0].children[0]
|
var radioButton = item.children[0]
|
||||||
radioButton.clicked()
|
radioButton.clicked()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue