We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96fdc2 commit 1e9bfd4Copy full SHA for 1e9bfd4
src/qt/bitcoingui.cpp
@@ -662,6 +662,7 @@ void BitcoinGUI::removeWallet(WalletModel* walletModel)
662
m_wallet_selector->removeItem(index);
663
if (m_wallet_selector->count() == 0) {
664
setWalletActionsEnabled(false);
665
+ overviewAction->setChecked(true);
666
} else if (m_wallet_selector->count() == 1) {
667
m_wallet_selector_label_action->setVisible(false);
668
m_wallet_selector_action->setVisible(false);
0 commit comments