"Create a new wallet" button is already marked as complete, but the next button is not #72

Merged
duke merged 1 commits from :dev into dev 2 years ago
onryo commented 2 years ago
Collaborator

Line 177 in firsttimewizard.cpp contains form.radioNewWallet->setChecked(true); which we do not need, it is the reason for the very confusing bug to appear for new users while entering their encryption passphrase. The "Create a new wallet" button is already marked as complete, but the next button is not which makes users wonder why they cannot proceed further so it requires them to click on the already "checked" button.

Line 177 in firsttimewizard.cpp contains `form.radioNewWallet->setChecked(true);` which we do not need, it is the reason for the very confusing bug to appear for new users while entering their encryption passphrase. The "Create a new wallet" button is already marked as complete, but the next button is not which makes users wonder why they cannot proceed further so it requires them to click on the already "checked" button.
onryo added 1 commit 2 years ago
duke merged commit 5825b30e71 into dev 2 years ago
The pull request has been merged as 5825b30e71.
Sign in to join this conversation.
Loading…
There is no content yet.