fix: go to home page after first protocol manual installation (#1829)

This commit is contained in:
MrMirDan
2025-09-03 06:52:45 +03:00
committed by GitHub
parent e88f7c5e46
commit 3ca8b534e8
@@ -38,6 +38,10 @@ PageType {
PageController.restorePageHomeState(true)
}
if (stackView.currentItem.objectName === PageController.getPagePath(PageEnum.PageSetupWizardProtocols)) {
PageController.goToPage(PageEnum.PageHome)
}
PageController.showNotificationMessage(finishedMessage)
}