mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
fix: go to home page after first protocol manual installation (#1829)
This commit is contained in:
@@ -38,6 +38,10 @@ PageType {
|
||||
PageController.restorePageHomeState(true)
|
||||
}
|
||||
|
||||
if (stackView.currentItem.objectName === PageController.getPagePath(PageEnum.PageSetupWizardProtocols)) {
|
||||
PageController.goToPage(PageEnum.PageHome)
|
||||
}
|
||||
|
||||
PageController.showNotificationMessage(finishedMessage)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user