disable dalamud sounds for download ui. who even though it's a good idea to add this feature to begin with.

This commit is contained in:
rootdarkarchon
2024-03-01 12:13:01 +01:00
committed by Loporrit
parent bdd61aff99
commit 42de4345d8

View File

@@ -46,6 +46,8 @@ public class DownloadUi : WindowMediatorSubscriberBase
Flags |= ImGuiWindowFlags.NoDecoration; Flags |= ImGuiWindowFlags.NoDecoration;
Flags |= ImGuiWindowFlags.NoFocusOnAppearing; Flags |= ImGuiWindowFlags.NoFocusOnAppearing;
DisableWindowSounds = true;
ForceMainWindow = true; ForceMainWindow = true;
IsOpen = true; IsOpen = true;