File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -648,6 +648,10 @@ void BitcoinGUI::addWallet(WalletModel* walletModel)
648
648
void BitcoinGUI::removeWallet (WalletModel* walletModel)
649
649
{
650
650
if (!walletFrame) return ;
651
+
652
+ labelWalletHDStatusIcon->hide ();
653
+ labelWalletEncryptionIcon->hide ();
654
+
651
655
int index = m_wallet_selector->findData (QVariant::fromValue (walletModel));
652
656
m_wallet_selector->removeItem (index);
653
657
if (m_wallet_selector->count () == 0 ) {
@@ -659,8 +663,6 @@ void BitcoinGUI::removeWallet(WalletModel* walletModel)
659
663
rpcConsole->removeWallet (walletModel);
660
664
walletFrame->removeWallet (walletModel);
661
665
updateWindowTitle ();
662
- labelWalletHDStatusIcon->hide ();
663
- labelWalletEncryptionIcon->hide ();
664
666
}
665
667
666
668
void BitcoinGUI::setCurrentWallet (WalletModel* wallet_model)
You can’t perform that action at this time.
0 commit comments