]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Wizard: cancel after wallet open no longer removes back button
authortobtoht <thotbot@protonmail.com>
Sat, 14 Aug 2021 17:43:50 +0000 (19:43 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 15 Sep 2021 21:45:51 +0000 (23:45 +0200)
src/WindowManager.cpp

index 8eb203b943aa4007ce6d1c781bdae35ff0c85907..70e34fb3ead3288ea3710355c8e2eaf1c950dc71 100644 (file)
@@ -190,7 +190,7 @@ void WindowManager::onWalletOpenPasswordRequired(bool invalidPassword, const QSt
         case QDialog::Rejected:
         {
             m_openWalletTriedOnce = false;
-            this->showWizard(WalletWizard::Page_OpenWallet);
+            m_wizard->show();
             return;
         }
     }