diff --git a/CustomizePlus/UI/Windows/PopupSystem.cs b/CustomizePlus/UI/Windows/PopupSystem.cs index b54ba9e..425563f 100644 --- a/CustomizePlus/UI/Windows/PopupSystem.cs +++ b/CustomizePlus/UI/Windows/PopupSystem.cs @@ -33,7 +33,8 @@ public PopupSystem(Logger logger, PluginConfiguration configuration) _configuration = configuration; IsOpen = true; - RespectCloseHotkey = false; + RespectCloseHotkey = false; + DisableWindowSounds = true; Collapsed = false; SizeConstraints = new WindowSizeConstraints {