[X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Using a notification.mp3 file to play when a generation finishes is nice, but it plays even when I'm looking at the browser tab when the image finishes. Ideally it'd only play to get my attention when I'm alt tabbed out.
There is a very simple code change to do this. In notification.js:29 change:
Some may have it focused, but they're not using the device at the moment, waiting for the signal. So we'd probably need a setting to enable this behavior.
Is there an existing issue for this?
What would your feature do ?
Using a notification.mp3 file to play when a generation finishes is nice, but it plays even when I'm looking at the browser tab when the image finishes. Ideally it'd only play to get my attention when I'm alt tabbed out.
There is a very simple code change to do this. In notification.js:29 change:
to
Proposed workflow
Additional information
No response