mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
remove toast - click checkmark to dismiss
This commit is contained in:
parent
d1eb0b0c4d
commit
fad040edf1
1 changed files with 0 additions and 13 deletions
|
@ -414,19 +414,6 @@
|
|||
dialog.show = false
|
||||
|
||||
self.complete.show = true
|
||||
self.$q.notify({
|
||||
type: 'positive',
|
||||
message: 'Sats received, thanks!',
|
||||
icon: 'thumb_up',
|
||||
timeout: 0,
|
||||
actions: [
|
||||
{
|
||||
label: 'Dismiss',
|
||||
color: 'white',
|
||||
handler: () => (self.complete.show = false)
|
||||
}
|
||||
]
|
||||
})
|
||||
}
|
||||
})
|
||||
}, 3000)
|
||||
|
|
Loading…
Add table
Reference in a new issue