1
0

qml: Invoice Dialog technical details header only relevant for lightning

This commit is contained in:
Sander van Grieken
2023-03-16 10:11:33 +01:00
parent 337d2a32d8
commit 8db2dcabe3

View File

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