-
Notifications
You must be signed in to change notification settings - Fork 32
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
Option to disable sound effects #66
Comments
Nevermind! I turned it off completely. |
Hi @Larivact - I think the click sound is coming from the WebBrowser control used for the "Rendered" mode of response bodies. It looks like there may be a code solution where I can turn it off for all users (I don't think an option is needed, because I think it probably just annoys everybody): http://stackoverflow.com/a/737280/236255 May I asked how you turned it off for yourself? |
I disabled all my Windows sounds in the Windows 7 "Sound" setting. Then the tab "Sounds" and there you can change every windows sound effect. I just changed everything to none. And I can't imagine the click sound coming from the WebBrowser because I got the click sound when I: But you are right this likely annoys everybody reopens the issue. |
All of those actions actually trigger the WebBrowser control to "navigate", thus producing the sound. Yes, thanks for reporting / re-opening, I do agree this would be a worth while fix (I keep my computer sounds off most of the time, so I think the noise never "got to me" the way I can see it doing). |
Some UI components have a click sound effect. This annoys me and I would like to turn it off.
The text was updated successfully, but these errors were encountered: