egui-notify icon indicating copy to clipboard operation
egui-notify copied to clipboard

Can click below

Open wlwatkins opened this issue 1 year ago • 1 comments

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

wlwatkins avatar May 14 '24 15:05 wlwatkins

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.

ItsEthra avatar May 17 '24 23:05 ItsEthra