mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
History: disable payment proof for hardware wallets
This commit is contained in:
parent
bddb9b0050
commit
6b926b3199
1 changed files with 1 additions and 0 deletions
|
@ -1013,6 +1013,7 @@ Rectangle {
|
|||
|
||||
MoneroComponents.StandardButton {
|
||||
visible: isout
|
||||
enabled: currentWallet ? !currentWallet.isHwBacked() : false
|
||||
anchors.left: btnDetails.right
|
||||
anchors.leftMargin: 10
|
||||
text: FontAwesome.productHunt
|
||||
|
|
Loading…
Reference in a new issue