mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
History: copy amount now copies value shown in table
This commit is contained in:
parent
130733ad98
commit
e2a21868e9
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ void HistoryWidget::copy(copyField field) {
|
|||
case copyField::Date:
|
||||
return tx->timestamp().toString("yyyy-MM-dd HH:mm");
|
||||
case copyField::Amount:
|
||||
return tx->displayAmount();
|
||||
return WalletManager::displayAmount(tx->balanceDelta());
|
||||
default:
|
||||
return QString("");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue