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