gitextensions / gitextensions

Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
https://gitextensions.github.io/
Other
7.77k stars 2.09k forks source link

Disable sound for modal dialogs #12008

Closed jabacrack closed 6 days ago

jabacrack commented 6 days ago

Feature description

Is it possible to add option to disable sound for modal dialogs like this one? Image

Environment

    Microsoft.WindowsDesktop.App 6.0.33 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
    Microsoft.WindowsDesktop.App 8.0.8 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
pmiossec commented 6 days ago

I don't think it is possible for the developpers in the application as it is an operating system behavior.

Try in the 'sound' section in windows control panel...

jabacrack commented 6 days ago

@pmiossec I think it’s possible to avoid using a modal dialog and recreate it with the default form. At least in version 1.xx, this dialog doesn’t produce sound.

pmiossec commented 6 days ago

Using a modal has been made on purpose so I don't think it make sens to change the behavior and take the risk the user make a mistake only to avoid a sound...