mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #3791
6b926b3
History: disable payment proof for hardware wallets (selsta)
This commit is contained in:
commit
adf88c63ec
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