mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02: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:
parent
c7614f16d6
commit
bdba2dd000
5 changed files with 1 additions and 25 deletions
|
|
@ -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(")");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue