From: tobtoht Date: Thu, 20 Apr 2023 14:50:36 +0000 (+0200) Subject: WindowManager: ensure application is closed if exit after failure to create wallet... X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=e6576e1064da6956375d97a8bb8c8827b2375b18;p=gamesguru%2Ffeather.git WindowManager: ensure application is closed if exit after failure to create wallet from hw device --- 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; }