mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-14 04:16:33 +02:00
Wizard: check pwd on page load
This commit is contained in:
parent
6aa5ced4f7
commit
49c022b641
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user