mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
remove toast - click checkmark to dismiss
This commit is contained in:
@@ -414,19 +414,6 @@
|
|||||||
dialog.show = false
|
dialog.show = false
|
||||||
|
|
||||||
self.complete.show = true
|
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)
|
}, 3000)
|
||||||
|
Reference in New Issue
Block a user