disable window sounds on popup handler

This commit is contained in:
Stanley Dimant
2025-02-22 14:23:55 +01:00
parent d94cb6f2f4
commit a2da833401

View File

@@ -49,6 +49,7 @@ public class PopupHandler : WindowMediatorSubscriberBase
IsOpen = true;
});
_uiSharedService = uiSharedService;
DisableWindowSounds = true;
}
protected override void DrawInternal()