-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sound to COSMOS alerts #133
Comments
You can make this a setting in system.txt. Default off. |
jmthomas
added a commit
that referenced
this issue
May 19, 2015
ghost
pushed a commit
that referenced
this issue
May 19, 2015
jmthomas
added a commit
that referenced
this issue
May 19, 2015
Add sound option to System and enable sound in alerts #133
closed by pull request #134 |
ghost
pushed a commit
that referenced
this issue
Jul 1, 2021
Merge in COSMOSEE/base from dockerfile-update-3.12 to master Squashed commit of the following: commit defa4386d459078fd675357b8aa4e3cf719482ee Author: van Andel, Gerhard <[email protected]> Date: Mon Jun 21 09:59:25 2021 -0600 feedback from pull request commit 74405f89e0c12e7a29391e815692fc986012d521 Author: van Andel, Gerhard <[email protected]> Date: Fri Jun 18 17:18:10 2021 -0600 update to 3.12.0
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our users would like to have alert sounds when Script dialogs popup to notify the user during long script executions. I also wonder if yellow and/or red limit violations should have some sort of alert sound. We already have a "production" flag in the server which could potentially be used to enable sound alerts as well. However, due to the potentially annoyance of sound maybe there is a separate flag to explicitly disable sound?
I think overriding the Qt::MessageBox methods would allow us to add sound to popups relatively easily.
The text was updated successfully, but these errors were encountered: