mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
History: fix copy description
This commit is contained in:
parent
e2a21868e9
commit
b35642e861
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ void HistoryWidget::copy(copyField field) {
|
|||
switch(field) {
|
||||
case copyField::TxID:
|
||||
return tx->hash();
|
||||
case copyField::Description:
|
||||
return tx->description();
|
||||
case copyField::Date:
|
||||
return tx->timestamp().toString("yyyy-MM-dd HH:mm");
|
||||
case copyField::Amount:
|
||||
|
|
Loading…
Reference in a new issue