configuration for nostr
This commit is contained in:
parent
db607e463e
commit
64da75d605
7 changed files with 170 additions and 95 deletions
|
|
@ -40,7 +40,9 @@ new Vue({
|
|||
formDialog: {
|
||||
show: false,
|
||||
fixedAmount: true,
|
||||
data: {}
|
||||
data: {
|
||||
zaps:false
|
||||
}
|
||||
},
|
||||
qrCodeDialog: {
|
||||
show: false,
|
||||
|
|
@ -140,7 +142,8 @@ new Vue({
|
|||
'success_url',
|
||||
'comment_chars',
|
||||
'currency',
|
||||
'username'
|
||||
'username',
|
||||
'zaps'
|
||||
),
|
||||
(value, key) =>
|
||||
(key === 'webhook_url' ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue