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