aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Receive.qml2
1 files changed, 1 insertions, 1 deletions
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,