WindowManager: failed password entry no longer prevents program from closing

This commit is contained in:
tobtoht 2023-10-20 14:53:24 +02:00
parent 5e60d472a2
commit 2c9565493b
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -301,6 +301,7 @@ void WindowManager::onWalletOpenPasswordRequired(bool invalidPassword, const QSt
case QDialog::Rejected:
{
m_openWalletTriedOnce = false;
m_openingWallet = false;
if (m_wizard) {
m_wizard->show();
} else {