mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
commit
239e27c1b5
@ -316,7 +316,7 @@ Rectangle {
|
|||||||
label.font.family: FontAwesome.fontFamily
|
label.font.family: FontAwesome.fontFamily
|
||||||
fontSize: 24
|
fontSize: 24
|
||||||
width: 36
|
width: 36
|
||||||
visible: appWindow.currentWallet && appWindow.currentWallet.isHwBacked()
|
visible: appWindow.currentWallet ? appWindow.currentWallet.isHwBacked() : false
|
||||||
onClicked: {
|
onClicked: {
|
||||||
appWindow.currentWallet.deviceShowAddressAsync(
|
appWindow.currentWallet.deviceShowAddressAsync(
|
||||||
appWindow.currentWallet.currentSubaddressAccount,
|
appWindow.currentWallet.currentSubaddressAccount,
|
||||||
|
Loading…
Reference in New Issue
Block a user