From e6576e1064da6956375d97a8bb8c8827b2375b18 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 20 Apr 2023 16:50:36 +0200 Subject: [PATCH] WindowManager: ensure application is closed if exit after failure to create wallet from hw device --- src/WindowManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WindowManager.cpp b/src/WindowManager.cpp index 820fa5ae..4e93f3e0 100644 --- a/src/WindowManager.cpp +++ b/src/WindowManager.cpp @@ -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; } -- 2.52.0