1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-28 23:56:22 +01:00

Merge pull request #2360

29580de History: fix tx key 'click to reveal' handling (xiphon)
This commit is contained in:
luigi1111 2019-08-27 14:58:33 -05:00
commit 346e942e93
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -1583,9 +1583,9 @@ Rectangle {
elem.parent.text = txKey ? txKey : '-'; elem.parent.text = txKey ? txKey : '-';
elem.parent.state = 'ready'; elem.parent.state = 'ready';
}); });
} else {
toClipboard(elem.parent.text);
} }
toClipboard(elem.parent.text);
} }
function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){ function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){