Receive: fix warning

This commit is contained in:
selsta
2019-08-06 22:48:15 +02:00
parent 55b4425c5d
commit 18f7a6a694

View File

@@ -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,