disable window sounds on popup handler

This commit is contained in:
Stanley Dimant
2025-02-22 14:23:55 +01:00
committed by Loporrit
parent 2ae94b1357
commit 6a796ea895

View File

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