mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
Disable window sounds for TitleScreenMenuWindow (#1316)
This commit is contained in:
parent
26c0932612
commit
26152f8422
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ internal class TitleScreenMenuWindow : Window, IDisposable
|
||||||
ImGuiWindowFlags.NoBackground | ImGuiWindowFlags.NoFocusOnAppearing | ImGuiWindowFlags.NoNavFocus)
|
ImGuiWindowFlags.NoBackground | ImGuiWindowFlags.NoFocusOnAppearing | ImGuiWindowFlags.NoNavFocus)
|
||||||
{
|
{
|
||||||
this.IsOpen = true;
|
this.IsOpen = true;
|
||||||
|
this.DisableWindowSounds = true;
|
||||||
this.ForceMainWindow = true;
|
this.ForceMainWindow = true;
|
||||||
|
|
||||||
this.Position = new Vector2(0, 200);
|
this.Position = new Vector2(0, 200);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue