Wizard: fix recover bug

pull/2/head
Jaquee 8 years ago
parent de63e93024
commit adaa8cb806
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -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);