Merge pull request #2338

18f7a6a Receive: fix warning (selsta)
This commit is contained in:
luigi1111 2019-08-14 15:42:04 -05:00
commit 239e27c1b5
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -316,7 +316,7 @@ Rectangle {
label.font.family: FontAwesome.fontFamily
fontSize: 24
width: 36
visible: appWindow.currentWallet && appWindow.currentWallet.isHwBacked()
visible: appWindow.currentWallet ? appWindow.currentWallet.isHwBacked() : false
onClicked: {
appWindow.currentWallet.deviceShowAddressAsync(
appWindow.currentWallet.currentSubaddressAccount,