mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #710
a4a44d7
clear populated fields when stepping back to page 1 in wizard (Jaquee)
This commit is contained in:
commit
da6aad33a4
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,7 @@ ColumnLayout {
|
|||
|
||||
|
||||
function openCreateWalletPage() {
|
||||
wizardRestarted();
|
||||
print ("show create wallet page");
|
||||
currentPath = "create_wallet"
|
||||
pages = paths[currentPath]
|
||||
|
@ -125,6 +126,7 @@ ColumnLayout {
|
|||
}
|
||||
|
||||
function openRecoveryWalletPage() {
|
||||
wizardRestarted();
|
||||
print ("show recovery wallet page");
|
||||
currentPath = "recovery_wallet"
|
||||
pages = paths[currentPath]
|
||||
|
|
Loading…
Reference in a new issue