diff --git a/electrum/gui/qml/components/InvoiceDialog.qml b/electrum/gui/qml/components/InvoiceDialog.qml index 0bfb4bba0..5f72de80a 100644 --- a/electrum/gui/qml/components/InvoiceDialog.qml +++ b/electrum/gui/qml/components/InvoiceDialog.qml @@ -292,6 +292,7 @@ ElDialog { Heading { Layout.columnSpan: 2 + visible: invoice.invoiceType == Invoice.LightningInvoice text: qsTr('Technical properties') }