mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
Wizard: check pwd on page load
This commit is contained in:
parent
6aa5ced4f7
commit
49c022b641
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue