mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
WindowManager: ensure application is closed if exit after failure to create wallet from hw device
This commit is contained in:
parent
170feaa1b1
commit
e6576e1064
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue