aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateWallet1.qml')
-rw-r--r--wizard/WizardCreateWallet1.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet1.qml b/wizard/WizardCreateWallet1.qml
index 5d484408..69866abd 100644
--- a/wizard/WizardCreateWallet1.qml
+++ b/wizard/WizardCreateWallet1.qml
@@ -144,4 +144,10 @@ Rectangle {
}
}
}
+
+ function onPageCompleted(previousView){
+ if(previousView.viewName == "wizardHome"){
+ walletInput.reset();
+ }
+ }
}