Merge pull request #356 from amnezia-vpn/bugfix/buton_set_up_later_visible_logic

updated visible logic of button 'set up later'
This commit is contained in:
Nethius 2023-10-03 21:29:23 +03:00 committed by GitHub
commit cc89939d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 1 deletions

View file

@ -139,6 +139,8 @@ Button {
onClicked: {
if (!ContainersModel.isAnyContainerInstalled()) {
PageController.setTriggeredBtConnectButton(true)
ServersModel.currentlyProcessedIndex = ServersModel.getDefaultServerIndex()
PageController.goToPage(PageEnum.PageSetupWizardEasy)