mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Merge pull request #516 from amnezia-vpn/bugfix/easy-setup-default-container
fixed easy setup default container selection
This commit is contained in:
@@ -117,12 +117,14 @@ PageType {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (index === containers.currentIndex) {
|
var item = containers.itemAtIndex(containers.currentIndex)
|
||||||
card.checked = true
|
if (item !== null) {
|
||||||
card.clicked()
|
var button = item.children[0].children[0]
|
||||||
}
|
button.checked = true
|
||||||
|
button.clicked()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user