diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-03-01 09:09:02 +0100 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-03-01 09:13:36 +0100 |
| commit | 0d24f642c3e81af8fc61a898c4e69df2bc91fc8b (patch) | |
| tree | 53a8411c2052b85ee5373af0342d2ca7cf3aa0ee /wizard/WizardCreateWallet1.qml | |
| parent | 07df0f41bf8d5f735480289854f08f9e19356d39 (diff) | |
| download | monzero-gui-0d24f642c3e81af8fc61a898c4e69df2bc91fc8b.tar.gz monzero-gui-0d24f642c3e81af8fc61a898c4e69df2bc91fc8b.tar.xz monzero-gui-0d24f642c3e81af8fc61a898c4e69df2bc91fc8b.zip | |
invalidate wallet name after creation
Diffstat (limited to 'wizard/WizardCreateWallet1.qml')
| -rw-r--r-- | wizard/WizardCreateWallet1.qml | 6 |
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(); + } + } } |
