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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user