renamed functions and variables

This commit is contained in:
vladimir.kuznetsov 2023-10-03 22:38:17 +05:00
parent 784ae0da53
commit e2d61cb518
4 changed files with 12 additions and 12 deletions

View file

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