Disable window sounds in GenericPopupWindow

This commit is contained in:
Haselnussbomber 2023-10-10 21:41:12 +02:00
parent 4ad2c84fce
commit 09493984c0
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

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