1
0

qml: proper check for max amount onchain. move max amount lightning to superclass

This commit is contained in:
Sander van Grieken
2022-10-21 13:24:39 +02:00
parent a1fac70ebc
commit b37262f232
2 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ ElDialog {
Label {
width: parent.width
text: invoice.lnprops ? invoice.lnprops.pubkey : ''
text: 'pubkey' in invoice.lnprops ? invoice.lnprops.pubkey : ''
font.family: FixedFont
wrapMode: Text.Wrap
}