diff options
| author | selsta <selsta@sent.at> | 2021-12-11 04:02:35 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-12-11 04:02:35 +0100 |
| commit | 6b926b319927db07794c01f5402ec1f7c49a9d63 (patch) | |
| tree | 708fd98718097e725295e4247cbfb1f392b26b42 | |
| parent | bddb9b0050ee086da5c7ee7fdb3627e0dff9f179 (diff) | |
| download | monzero-gui-6b926b319927db07794c01f5402ec1f7c49a9d63.tar.gz monzero-gui-6b926b319927db07794c01f5402ec1f7c49a9d63.tar.xz monzero-gui-6b926b319927db07794c01f5402ec1f7c49a9d63.zip | |
History: disable payment proof for hardware wallets
| -rw-r--r-- | pages/History.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
