Skip to content

Commit d3da502

Browse files
gui: Fix TransactionsView on setCurrentWallet
Making sure that if the privacy mode is activaded during the wallet selection, the transaction view is not shown.
1 parent b2e531e commit d3da502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ void BitcoinGUI::setCurrentWallet(WalletModel* wallet_model)
769769
break;
770770
}
771771
}
772+
enableHistoryAction(isPrivacyModeActivated());
772773
updateWindowTitle();
773774
m_migrate_wallet_action->setEnabled(wallet_model->wallet().isLegacy());
774775
}

0 commit comments

Comments
 (0)