updated visible logic of button 'set up later'
This commit is contained in:
parent
ed1afa7549
commit
784ae0da53
4 changed files with 30 additions and 1 deletions
|
|
@ -139,6 +139,8 @@ Button {
|
|||
|
||||
onClicked: {
|
||||
if (!ContainersModel.isAnyContainerInstalled()) {
|
||||
PageController.setConnectTrigger(true)
|
||||
|
||||
ServersModel.currentlyProcessedIndex = ServersModel.getDefaultServerIndex()
|
||||
PageController.goToPage(PageEnum.PageSetupWizardEasy)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue