mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-08 20:08:18 +02:00
remove toast - click checkmark to dismiss
This commit is contained in:
parent
d1eb0b0c4d
commit
fad040edf1
@ -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…
x
Reference in New Issue
Block a user