From 26152f84228af94037a7e40914bdb279cc83fd26 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Wed, 26 Jul 2023 22:59:34 +0200 Subject: [PATCH] Disable window sounds for TitleScreenMenuWindow (#1316) --- Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs b/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs index 143fda6ab..10180f0c3 100644 --- a/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs +++ b/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs @@ -45,7 +45,7 @@ internal class TitleScreenMenuWindow : Window, IDisposable ImGuiWindowFlags.NoBackground | ImGuiWindowFlags.NoFocusOnAppearing | ImGuiWindowFlags.NoNavFocus) { this.IsOpen = true; - + this.DisableWindowSounds = true; this.ForceMainWindow = true; this.Position = new Vector2(0, 200);