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
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue