mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:57:22 +01:00
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:
parent
e94a2a7565
commit
c4893551fd
2 changed files with 4 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||
private readonly ConcurrentDictionary<GameObjectHandler, bool> _uploadingPlayers = new();
|
||||
|
||||
public DownloadUi(ILogger<DownloadUi> logger, DalamudUtilService dalamudUtilService, MareConfigService configService,
|
||||
FileUploadManager fileTransferManager, MareMediator mediator, UiSharedService uiShared, PerformanceCollectorService performanceCollectorService)
|
||||
FileUploadManager fileTransferManager, MareMediator mediator, UiSharedService uiShared, PerformanceCollectorService performanceCollectorService)
|
||||
: base(logger, mediator, "Mare Synchronos Downloads", performanceCollectorService)
|
||||
{
|
||||
_dalamudUtilService = dalamudUtilService;
|
||||
|
|
@ -46,6 +46,8 @@ public class DownloadUi : WindowMediatorSubscriberBase
|
|||
Flags |= ImGuiWindowFlags.NoDecoration;
|
||||
Flags |= ImGuiWindowFlags.NoFocusOnAppearing;
|
||||
|
||||
DisableWindowSounds = true;
|
||||
|
||||
ForceMainWindow = true;
|
||||
|
||||
IsOpen = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue