diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-28 21:20:05 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-28 21:20:05 +0200 |
| commit | 49c022b64132e586a856914ff75f7f2e3ecb57e4 (patch) | |
| tree | 52e137c4ea7f620f5521be3d420a94a54500bcc3 /wizard | |
| parent | 6aa5ced4f7fce89a5616a6b24315f172d712b683 (diff) | |
| download | monzero-gui-49c022b64132e586a856914ff75f7f2e3ecb57e4.tar.gz monzero-gui-49c022b64132e586a856914ff75f7f2e3ecb57e4.tar.xz monzero-gui-49c022b64132e586a856914ff75f7f2e3ecb57e4.zip | |
Wizard: check pwd on page load
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardPassword.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml index 476c5742..8645a300 100644 --- a/wizard/WizardPassword.qml +++ b/wizard/WizardPassword.qml @@ -46,6 +46,7 @@ Item { function onPageOpened(settingsObject) { wizard.nextButton.enabled = true + handlePassword(); if (wizard.currentPath === "create_wallet") { passwordPage.titleText = qsTr("Now that your wallet has been created, please set a password for the wallet") + translationManager.emptyString |
