From adaa8cb8062f4703fc150dc97a9011150a123acd Mon Sep 17 00:00:00 2001 From: Jaquee Date: Tue, 17 Jan 2017 22:38:38 +0100 Subject: [PATCH] Wizard: fix recover bug --- wizard/WizardMain.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wizard/WizardMain.qml b/wizard/WizardMain.qml index 124a5784..85407558 100644 --- a/wizard/WizardMain.qml +++ b/wizard/WizardMain.qml @@ -104,6 +104,7 @@ Rectangle { function openCreateWalletPage() { print ("show create wallet page"); currentPath = "create_wallet" + pages = paths[currentPath] createWalletPage.createWallet(settings) wizard.nextButton.visible = true // goto next page @@ -113,6 +114,7 @@ Rectangle { function openRecoveryWalletPage() { print ("show recovery wallet page"); currentPath = "recovery_wallet" + pages = paths[currentPath] wizard.nextButton.visible = true // goto next page switchPage(true);