fix: regression receive dialog was not closing (#3587)

This commit is contained in:
dni ⚡
2025-11-26 20:48:23 +01:00
committed by GitHub
parent 49cc8104fc
commit a509eb8fdb
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ window.windowMixin = {
this.g.wallet.sat = data.wallet_balance
// lnbits-payment-list is watching
this.g.updatePayments = !this.g.updatePayments
this.g.updatePaymentsHash = !this.g.updatePaymentsHash
}
// NOTE: react only on incoming payments for now