replaced loader with PageSetupWizardInstalling when updating container settings
This commit is contained in:
parent
3defb09da9
commit
e619fd4af9
6 changed files with 12 additions and 8 deletions
|
@ -4,6 +4,8 @@ import QtQuick.Layouts
|
|||
|
||||
import SortFilterProxyModel 0.2
|
||||
|
||||
import PageEnum 1.0
|
||||
|
||||
import "./"
|
||||
import "../Controls2"
|
||||
import "../Controls2/TextTypes"
|
||||
|
@ -138,9 +140,8 @@ PageType {
|
|||
|
||||
onClicked: {
|
||||
forceActiveFocus()
|
||||
PageController.showBusyIndicator(true)
|
||||
PageController.goToPage(PageEnum.PageSetupWizardInstalling);
|
||||
InstallController.updateContainer(ShadowSocksConfigModel.getConfig())
|
||||
PageController.showBusyIndicator(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue