From 49c022b64132e586a856914ff75f7f2e3ecb57e4 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Fri, 28 Oct 2016 21:20:05 +0200 Subject: [PATCH] Wizard: check pwd on page load --- wizard/WizardPassword.qml | 1 + 1 file changed, 1 insertion(+) 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