From 1805b6d63533bc97789380c7bcc210fb923b3d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 18 Aug 2025 08:38:32 +0200 Subject: [PATCH] fix: checkbox disposable default (#98) was not set --- static/js/index.js | 1 + templates/lnurlp/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/static/js/index.js b/static/js/index.js index 11668c7..e6a02f8 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -92,6 +92,7 @@ window.app = Vue.createApp({ show: false, fixedAmount: true, data: { + disposable: true, zaps: false } }, diff --git a/templates/lnurlp/index.html b/templates/lnurlp/index.html index 7491c01..aa06bf4 100644 --- a/templates/lnurlp/index.html +++ b/templates/lnurlp/index.html @@ -242,6 +242,7 @@