diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-01-24 15:22:11 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-01-24 15:22:11 -0500 |
| commit | adf88c63ecb0794fb4996d900ca41d7f3f3873cc (patch) | |
| tree | ee26b8b94afad6cac37a2a65367cd66138b14eee | |
| parent | c2545e226b8c7e679d7bb362a5e4c7013737a4d6 (diff) | |
| parent | 6b926b319927db07794c01f5402ec1f7c49a9d63 (diff) | |
| download | monzero-gui-adf88c63ecb0794fb4996d900ca41d7f3f3873cc.tar.gz monzero-gui-adf88c63ecb0794fb4996d900ca41d7f3f3873cc.tar.xz monzero-gui-adf88c63ecb0794fb4996d900ca41d7f3f3873cc.zip | |
Merge pull request #3791
6b926b3 History: disable payment proof for hardware wallets (selsta)
| -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 |
