mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Wizard: fix recover bug
This commit is contained in:
parent
de63e93024
commit
adaa8cb806
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue