From 0d24f642c3e81af8fc61a898c4e69df2bc91fc8b Mon Sep 17 00:00:00 2001 From: dsc Date: Fri, 1 Mar 2019 09:09:02 +0100 Subject: invalidate wallet name after creation --- wizard/WizardCreateWallet1.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wizard/WizardCreateWallet1.qml') 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(); + } + } } -- cgit v1.2.3