mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-24 19:45:55 +00:00
Receive: fix warning
This commit is contained in:
parent
55b4425c5d
commit
18f7a6a694
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue