rename ConfirmInvoiceDialog to InvoiceDialog and style buttons like RequestDialog
This commit is contained in:
@@ -228,7 +228,7 @@ Pane {
|
||||
|
||||
Component {
|
||||
id: confirmInvoiceDialog
|
||||
ConfirmInvoiceDialog {
|
||||
InvoiceDialog {
|
||||
onDoPay: {
|
||||
if (invoice.invoiceType == Invoice.OnchainInvoice) {
|
||||
var dialog = confirmPaymentDialog.createObject(rootItem, {
|
||||
|
||||
Reference in New Issue
Block a user