disable window sounds on popup handler

This commit is contained in:
Stanley Dimant
2025-02-23 14:01:11 +00:00
committed by Loporrit
parent 2ae94b1357
commit 6a796ea895
@@ -50,6 +50,7 @@ public class PopupHandler : WindowMediatorSubscriberBase
IsOpen = true;
});
_uiSharedService = uiSharedService;
DisableWindowSounds = true;
}
protected override void DrawInternal()