Disable window sounds for TitleScreenMenuWindow (#1316)

This commit is contained in:
Haselnussbomber 2023-07-26 22:59:34 +02:00 committed by GitHub
parent 26c0932612
commit 26152f8422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);