From 29580de2c747aae3be3031aa7d0e2498eb9bcf0c Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 26 Aug 2019 04:05:35 +0000 Subject: [PATCH] History: fix tx key 'click to reveal' handling --- pages/History.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/History.qml b/pages/History.qml index 4a1d9515..92c493bc 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -1583,9 +1583,9 @@ Rectangle { elem.parent.text = txKey ? txKey : '-'; elem.parent.state = 'ready'; }); + } else { + toClipboard(elem.parent.text); } - - toClipboard(elem.parent.text); } function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){