Wizard: fix recover bug

This commit is contained in:
Jaquee 2017-01-17 22:38:38 +01:00
parent de63e93024
commit adaa8cb806
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

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