From 18f7a6a694773e0a866e701d69e442affebd786b Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 6 Aug 2019 22:48:15 +0200 Subject: [PATCH] Receive: fix warning --- pages/Receive.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Receive.qml b/pages/Receive.qml index fd03803c..223c9078 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -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,