From 8db2dcabe370e8772c1690428373e18cd9077d93 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 16 Mar 2023 10:11:33 +0100 Subject: [PATCH] qml: Invoice Dialog technical details header only relevant for lightning --- electrum/gui/qml/components/InvoiceDialog.qml | 1 + 1 file changed, 1 insertion(+) 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') }