diff options
Diffstat (limited to 'wizard/WizardCreateWallet1.qml')
| -rw-r--r-- | wizard/WizardCreateWallet1.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet1.qml b/wizard/WizardCreateWallet1.qml index c1ecf026..088df200 100644 --- a/wizard/WizardCreateWallet1.qml +++ b/wizard/WizardCreateWallet1.qml @@ -194,6 +194,8 @@ Rectangle { btnNext.enabled: walletInput.verify(); btnPrev.text: qsTr("Back to menu") + translationManager.emptyString onPrevClicked: { + wizardController.wizardStateView.wizardCreateWallet2View.pwField = ""; + wizardController.wizardStateView.wizardCreateWallet2View.pwConfirmField = ""; wizardStateView.state = "wizardHome"; } onNextClicked: { |
