forked from Public/monero-gui
clear populated fields when stepping back to page 1 in wizard
This commit is contained in:
@@ -115,6 +115,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
|
|
||||||
function openCreateWalletPage() {
|
function openCreateWalletPage() {
|
||||||
|
wizardRestarted();
|
||||||
print ("show create wallet page");
|
print ("show create wallet page");
|
||||||
currentPath = "create_wallet"
|
currentPath = "create_wallet"
|
||||||
pages = paths[currentPath]
|
pages = paths[currentPath]
|
||||||
@@ -125,6 +126,7 @@ ColumnLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function openRecoveryWalletPage() {
|
function openRecoveryWalletPage() {
|
||||||
|
wizardRestarted();
|
||||||
print ("show recovery wallet page");
|
print ("show recovery wallet page");
|
||||||
currentPath = "recovery_wallet"
|
currentPath = "recovery_wallet"
|
||||||
pages = paths[currentPath]
|
pages = paths[currentPath]
|
||||||
|
|||||||
Reference in New Issue
Block a user