There's a few small issues left over from #15450:
- Focusing on the
Encrypt Walletdialog after clickingCreate Wallet.
m_passphrase_dialog->setWindowModality(Qt::ApplicationModal); m_passphrase_dialog->show();
- Wallet name escaping issue:
This is at least one inconsistency where if you create a wallet with a HTML escaped character in the name, i.e Alice & Bob, then the & will not be shown in some menus / dialogs.
- Nits from this review.