]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
WindowManager: failed password entry no longer prevents program from closing
authortobtoht <tob@featherwallet.org>
Fri, 20 Oct 2023 12:53:24 +0000 (14:53 +0200)
committertobtoht <tob@featherwallet.org>
Fri, 20 Oct 2023 12:53:24 +0000 (14:53 +0200)
src/WindowManager.cpp

index 2a0582a3322c8d9046034ee6e32b5db54687f7bf..88c6313fdfa101db2e5f20478b1681357ee841f4 100644 (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 {