Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'Create wallet' button getting stuck until restart when invalid s… #4346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

b4n6-b4n6
Copy link

Fixes #4341

Please review and feedback

wizardController.useMoneroClicked();
});
}
btnNext.enabled = true;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wizard/WizardCreateWallet5.qml also uses btnNext.enabled = true outside of the wizardController.writeWallet(...) scope

@plowsof
Copy link
Contributor

plowsof commented Sep 10, 2024

i can check this one later / EOD

@selsta
Copy link
Collaborator

selsta commented Sep 10, 2024

@b4n6-b4n6 can you test if #4351 also solves the issue? if yes, I would closse this here because the other PR is simpler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GUI][Restore wallet] 'Create wallet' stays disabled until monero-wallet-gui is closed
3 participants