Disable window sounds in ImportPopup

This commit is contained in:
Haselnussbomber 2023-10-10 21:48:01 +02:00 committed by Ottermandias
parent c24a40fd9f
commit 3c59a57ab0

View file

@ -30,6 +30,7 @@ public sealed class ImportPopup : Window
| ImGuiWindowFlags.NoTitleBar, true)
{
_modImportManager = modImportManager;
DisableWindowSounds = true;
IsOpen = true;
RespectCloseHotkey = false;
Collapsed = false;