mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
WindowManager: failed password entry no longer prevents program from closing
This commit is contained in:
parent
5e60d472a2
commit
2c9565493b
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue