parent
3dc1e86d8c
commit
1805b6d635
2 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ window.app = Vue.createApp({
|
||||||
show: false,
|
show: false,
|
||||||
fixedAmount: true,
|
fixedAmount: true,
|
||||||
data: {
|
data: {
|
||||||
|
disposable: true,
|
||||||
zaps: false
|
zaps: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -242,6 +242,7 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-checkbox
|
<q-checkbox
|
||||||
dense
|
dense
|
||||||
|
:toggle-indeterminate="false"
|
||||||
v-model="formDialog.data.disposable"
|
v-model="formDialog.data.disposable"
|
||||||
label="If enabled, the LNURL will not be stored (default)."
|
label="If enabled, the LNURL will not be stored (default)."
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue