mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-04 06:55:16 +01:00
clear populated fields when stepping back to page 1 in wizard
This commit is contained in:
parent
4ca35af11a
commit
a4a44d7c99
@ -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 New Issue
Block a user