]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
WindowManager: ensure application is closed if exit after failure to create wallet...
authortobtoht <tob@featherwallet.org>
Thu, 20 Apr 2023 14:50:36 +0000 (16:50 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 20 Apr 2023 14:50:36 +0000 (16:50 +0200)
src/WindowManager.cpp

index 820fa5ae43fcf63a43e9b14d4fd2498093ec795c..4e93f3e0d1ae8eeb444a2270702a39cd13752cac 100644 (file)
@@ -380,6 +380,7 @@ void WindowManager::onWalletCreated(Wallet *wallet) {
         this->displayWalletErrorMessage(wallet->errorString());
         m_splashDialog->hide();
         this->showWizard(WalletWizard::Page_Menu);
+        m_openingWallet = false;
         return;
     }