renamed functions and variables
This commit is contained in:
parent
784ae0da53
commit
e2d61cb518
4 changed files with 12 additions and 12 deletions
|
|
@ -139,7 +139,7 @@ Button {
|
|||
|
||||
onClicked: {
|
||||
if (!ContainersModel.isAnyContainerInstalled()) {
|
||||
PageController.setConnectTrigger(true)
|
||||
PageController.setTriggeredBtConnectButton(true)
|
||||
|
||||
ServersModel.currentlyProcessedIndex = ServersModel.getDefaultServerIndex()
|
||||
PageController.goToPage(PageEnum.PageSetupWizardEasy)
|
||||
|
|
|
|||
|
|
@ -184,8 +184,8 @@ PageType {
|
|||
borderWidth: 1
|
||||
|
||||
visible: {
|
||||
if (PageController.isConnectTrigger()) {
|
||||
PageController.setConnectTrigger(false)
|
||||
if (PageController.isTriggeredByConnectButton()) {
|
||||
PageController.setTriggeredBtConnectButton(false)
|
||||
|
||||
return ContainersModel.isAnyContainerInstalled()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue