diff --git a/electrum/gui/qml/components/LnurlPayRequestDialog.qml b/electrum/gui/qml/components/LnurlPayRequestDialog.qml index 01bda04ba..0721abb70 100644 --- a/electrum/gui/qml/components/LnurlPayRequestDialog.qml +++ b/electrum/gui/qml/components/LnurlPayRequestDialog.qml @@ -60,6 +60,7 @@ ElDialog { TextArea { id: comment + visible: invoiceParser.lnurlData['comment_allowed'] > 0 Layout.columnSpan: 2 Layout.preferredWidth: parent.width Layout.minimumHeight: 80