Wizard: check pwd on page load

This commit is contained in:
Jacob Brydolf 2016-10-28 21:20:05 +02:00
parent 6aa5ced4f7
commit 49c022b641
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5

View File

@ -46,6 +46,7 @@ Item {
function onPageOpened(settingsObject) { function onPageOpened(settingsObject) {
wizard.nextButton.enabled = true wizard.nextButton.enabled = true
handlePassword();
if (wizard.currentPath === "create_wallet") { if (wizard.currentPath === "create_wallet") {
passwordPage.titleText = qsTr("Now that your wallet has been created, please set a password for the wallet") + translationManager.emptyString passwordPage.titleText = qsTr("Now that your wallet has been created, please set a password for the wallet") + translationManager.emptyString