mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-07 16:43:42 +02:00
Merge pull request #3791
6b926b3
History: disable payment proof for hardware wallets (selsta)
This commit is contained in:
commit
adf88c63ec
@ -1013,6 +1013,7 @@ Rectangle {
|
|||||||
|
|
||||||
MoneroComponents.StandardButton {
|
MoneroComponents.StandardButton {
|
||||||
visible: isout
|
visible: isout
|
||||||
|
enabled: currentWallet ? !currentWallet.isHwBacked() : false
|
||||||
anchors.left: btnDetails.right
|
anchors.left: btnDetails.right
|
||||||
anchors.leftMargin: 10
|
anchors.leftMargin: 10
|
||||||
text: FontAwesome.productHunt
|
text: FontAwesome.productHunt
|
||||||
|
Loading…
Reference in New Issue
Block a user