From 7e92b74030fb48e57f965bf49e3ed08809970bad Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Mon, 29 Jun 2026 04:29:59 +0200 Subject: [PATCH] Disable window sounds in PopupSystem --- CustomizePlus/UI/Windows/PopupSystem.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {