Skip to content

Commit

Permalink
gui: Fix TransactionsView on setCurrentWallet
Browse files Browse the repository at this point in the history
Making sure that if the privacy mode is activaded during
the wallet selection, the transaction view  is not shown.
  • Loading branch information
pablomartin4btc committed Apr 9, 2024
1 parent b2e531e commit d3da502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ void BitcoinGUI::setCurrentWallet(WalletModel* wallet_model)
break;
}
}
enableHistoryAction(isPrivacyModeActivated());
updateWindowTitle();
m_migrate_wallet_action->setEnabled(wallet_model->wallet().isLegacy());
}
Expand Down

0 comments on commit d3da502

Please sign in to comment.