replaced loader with PageSetupWizardInstalling when updating container settings

This commit is contained in:
vladimir.kuznetsov 2023-12-01 14:16:27 +07:00
parent 3defb09da9
commit e619fd4af9
6 changed files with 12 additions and 8 deletions

View file

@ -312,9 +312,8 @@ PageType {
onClicked: {
forceActiveFocus()
PageController.showBusyIndicator(true)
PageController.goToPage(PageEnum.PageSetupWizardInstalling);
InstallController.updateContainer(AwgConfigModel.getConfig())
PageController.showBusyIndicator(false)
}
}
}