egui-notify
egui-notify copied to clipboard
Can click below
Hi,
Thanks for this crate, it's very easy to implement. I do have an issue though, when the toast appears, I can stii click through to the widgets that are underneeth. Is there a way to make the toast "opaque" to i don't accedently click the buttons below?
thanks
I'm honestly not quite sure how this can be fixed. consume_key may be useful. When Toasts instance is being shown, it can detect when click has happened on top of a toast and consume it, but that obviously would only work if Toasts is being drawn before anything else.