mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
go to the home page after server installation (#878)
This commit is contained in:
@@ -50,6 +50,9 @@ PageType {
|
||||
if (stackView.currentItem.objectName === PageController.getPagePath(PageEnum.PageSetupWizardStart)) {
|
||||
PageController.replaceStartPage()
|
||||
}
|
||||
if (stackView.currentItem.objectName !== PageController.getPagePath(PageEnum.PageHome)) {
|
||||
PageController.goToPageHome()
|
||||
}
|
||||
|
||||
PageController.showNotificationMessage(finishedMessage)
|
||||
}
|
||||
|
||||
@@ -54,6 +54,9 @@ PageType {
|
||||
if (stackView.currentItem.objectName === PageController.getPagePath(PageEnum.PageSetupWizardStart)) {
|
||||
PageController.replaceStartPage()
|
||||
}
|
||||
if (stackView.currentItem.objectName !== PageController.getPagePath(PageEnum.PageHome)) {
|
||||
PageController.goToPageHome()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user