Merge pull request #89 from Haselnussbomber/disablewindowsounds

Disable window sounds in GenericPopupWindow
This commit is contained in:
Ottermandias 2023-10-10 22:01:09 +02:00 committed by GitHub
commit 56303be6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ public class GenericPopupWindow : Window
| ImGuiWindowFlags.NoTitleBar, true)
{
_config = config;
DisableWindowSounds = true;
IsOpen = true;
}