From 6b926b319927db07794c01f5402ec1f7c49a9d63 Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 11 Dec 2021 04:02:35 +0100 Subject: [PATCH] History: disable payment proof for hardware wallets --- pages/History.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/History.qml b/pages/History.qml index 45732c52..efdf5931 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -1013,6 +1013,7 @@ Rectangle { MoneroComponents.StandardButton { visible: isout + enabled: currentWallet ? !currentWallet.isHwBacked() : false anchors.left: btnDetails.right anchors.leftMargin: 10 text: FontAwesome.productHunt