aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateDevice1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
-rw-r--r--wizard/WizardCreateDevice1.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index a9b15303..cebe0183 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -184,4 +184,10 @@ Rectangle {
wizardCreateDevice1.update();
console.log()
}
+
+ function onPageCompleted(previousView){
+ if(previousView.viewName == "wizardHome"){
+ walletInput.reset();
+ }
+ }
}