mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Merge #16432: qt: Add privacy to the Overview page
8d75115844qt: Add privacy feature to Overview page (Hennadii Stepanov)73d8ef7274qt: Add BitcoinUnits::formatWithPrivacy() function (Hennadii Stepanov) Pull request description: This PR allows to hide/reveal values on the Overviewpage by checking/unchecking Menu->Settings-> Mask Values Closes #16407 Privacy mode is OFF (the default behavior):  Privacy mode is ON:  ACKs for top commit: jonatack: Tested ACK8d75115jonasschnelli: Tested ACK8d75115844Tree-SHA512: 42f396d5bf0d343b306fb7e925f86f66b3fc3a257af370a812f4be181b5269298f9b23bd8a3ce25ab61de92908c4018d8c2dc8591d11bc58d79c4eb7206fc6ec
This commit is contained in:
@@ -85,6 +85,8 @@ WalletView::WalletView(const PlatformStyle *_platformStyle, QWidget *parent):
|
||||
connect(sendCoinsPage, &SendCoinsDialog::message, this, &WalletView::message);
|
||||
// Pass through messages from transactionView
|
||||
connect(transactionView, &TransactionView::message, this, &WalletView::message);
|
||||
|
||||
connect(this, &WalletView::setPrivacy, overviewPage, &OverviewPage::setPrivacy);
|
||||
}
|
||||
|
||||
WalletView::~WalletView()
|
||||
|
||||
Reference in New Issue
Block a user