mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +00:00
Wizard: cancel after wallet open no longer removes back button
This commit is contained in:
parent
6cbd81de7b
commit
dd9fd80086
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void WindowManager::onWalletOpenPasswordRequired(bool invalidPassword, const QSt
|
||||||
case QDialog::Rejected:
|
case QDialog::Rejected:
|
||||||
{
|
{
|
||||||
m_openWalletTriedOnce = false;
|
m_openWalletTriedOnce = false;
|
||||||
this->showWizard(WalletWizard::Page_OpenWallet);
|
m_wizard->show();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue