qml: show insufficient balance text for lightning invoice without fallback and insufficient ln send capacity
This commit is contained in:
@@ -63,7 +63,9 @@ ElDialog {
|
||||
: invoice.status == Invoice.Paid
|
||||
? InfoTextArea.IconStyle.Done
|
||||
: invoice.status == Invoice.Unpaid && invoice.expiration > 0
|
||||
? InfoTextArea.IconStyle.Pending
|
||||
? invoice.canPay
|
||||
? InfoTextArea.IconStyle.Pending
|
||||
: InfoTextArea.IconStyle.Error
|
||||
: InfoTextArea.IconStyle.Info
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user