mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
moved ContainersPageHomeListView and ConnectionTypeSelectionDrawer to separate components
This commit is contained in:
@@ -41,7 +41,7 @@ Item {
|
||||
id: hostname
|
||||
|
||||
Layout.fillWidth: true
|
||||
headerText: "Server IP adress [:port]"
|
||||
headerText: "Server IP address [:port]"
|
||||
}
|
||||
|
||||
TextFieldWithHeaderType {
|
||||
@@ -66,6 +66,9 @@ Item {
|
||||
text: qsTr("Настроить сервер простым образом")
|
||||
|
||||
onClicked: function() {
|
||||
InstallController.setShouldCreateServer(true)
|
||||
InstallController.setCurrentlyInstalledServerCredentials(hostname.textField.text, username.textField.text, secretData.textField.text)
|
||||
|
||||
PageController.goToPage(PageEnum.PageSetupWizardEasy)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user