Browse Source

qml: Invoice Dialog technical details header only relevant for lightning

master
Sander van Grieken 3 years ago
parent
commit
8db2dcabe3
  1. 1
      electrum/gui/qml/components/InvoiceDialog.qml

1
electrum/gui/qml/components/InvoiceDialog.qml

@ -292,6 +292,7 @@ ElDialog {
Heading {
Layout.columnSpan: 2
visible: invoice.invoiceType == Invoice.LightningInvoice
text: qsTr('Technical properties')
}

Loading…
Cancel
Save