diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-03-01 02:40:18 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-03-01 02:40:18 -0600 |
| commit | 287e379a24fcca39f70dd0104155a8fe069cb7ac (patch) | |
| tree | 13aedbd978fced610ca239fd5b215bcb62ec42ff /wizard/WizardCreateDevice1.qml | |
| parent | cd9e1bf0ea64cf09d766559f391dc2cdc644323d (diff) | |
| parent | 0d24f642c3e81af8fc61a898c4e69df2bc91fc8b (diff) | |
| download | monzero-gui-287e379a24fcca39f70dd0104155a8fe069cb7ac.tar.gz monzero-gui-287e379a24fcca39f70dd0104155a8fe069cb7ac.tar.xz monzero-gui-287e379a24fcca39f70dd0104155a8fe069cb7ac.zip | |
Merge pull request #1990
0d24f64 invalidate wallet name after creation (xmrdsc)
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index f80b767d..5913d4f8 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -225,4 +225,10 @@ Rectangle { wizardCreateDevice1.update(); console.log() } + + function onPageCompleted(previousView){ + if(previousView.viewName == "wizardHome"){ + walletInput.reset(); + } + } } |
