You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: