Browse Source

qml: lnurl comment only when allowed by server

patch-4
Sander van Grieken 2 years ago
parent
commit
5a64d62b24
  1. 1
      electrum/gui/qml/components/LnurlPayRequestDialog.qml

1
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

Loading…
Cancel
Save