Using BToastOrchestrator Why Are My Toast Not Timing Out When Minimized? #2792
Unanswered
wesleydarnell
asked this question in
Q&A
Replies: 1 comment
-
So far still have not found a way to disable this behavior. Unsure if a bug or a feature at this time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using BToastOrchestrator in my electron app, and I've noticed that while the app is minimized Toasts lose their progress bar and remain active indefinitely.
I am unsure where this behavior is coming from and how to disable. Not seeing anything related in the docs.
The behavior seems to be if minimized when the timer runs out, it does not unmount. I can open the app and see the progress but if minimized they stay.
Thought it was related to the interval being requestAnimationFrame, but setting a number (like below) has no affect on this behavior.
Changing lazy, unmount-lazy, show-on-pause, all don't affect this.
Think I'm missing something here. Bug or Feature?
This is my basic means I am calling toast from with some global default:
here is the state of one of the "stuck" toasts:
Beta Was this translation helpful? Give feedback.
All reactions