History: fix copy description

This commit is contained in:
tobtoht 2021-10-21 21:49:01 +02:00
parent e2a21868e9
commit b35642e861
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -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: