mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
qt: Remove an obscure option no-one cares about
Remove the "Display addresses" setting checkbox. It doesn't do what the tooltip says, and seems kind of pointless in any case. Fixes #4580.
This commit is contained in:
@@ -346,7 +346,7 @@ QString TransactionTableModel::lookupAddress(const std::string &address, bool to
|
||||
{
|
||||
description += label + QString(" ");
|
||||
}
|
||||
if(label.isEmpty() || walletModel->getOptionsModel()->getDisplayAddresses() || tooltip)
|
||||
if(label.isEmpty() || tooltip)
|
||||
{
|
||||
description += QString("(") + QString::fromStdString(address) + QString(")");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user