added protocol settings page and openvpn settings page

This commit is contained in:
vladimir.kuznetsov 2023-06-07 18:28:32 +08:00
parent 80fca589af
commit 1fd48a1cf8
12 changed files with 209 additions and 67 deletions

View file

@ -18,6 +18,7 @@ ListView {
height: root.contentItem.height
clip: true
interactive: false
ButtonGroup {
id: containersRadioButtonGroup
@ -89,8 +90,7 @@ ListView {
onClicked: {
if (isInstalled) {
// isDefault = true
// root.currentIndex = index
goToPage(PageEnum.PageSettingsServerProtocol)
} else {
ContainersModel.setCurrentlyInstalledContainerIndex(root.model.mapToSource(index))
InstallController.setShouldCreateServer(false)