disable window sounds on popup handler
This commit is contained in:
@@ -50,6 +50,7 @@ public class PopupHandler : WindowMediatorSubscriberBase
|
|||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
});
|
});
|
||||||
_uiSharedService = uiSharedService;
|
_uiSharedService = uiSharedService;
|
||||||
|
DisableWindowSounds = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void DrawInternal()
|
protected override void DrawInternal()
|
||||||
|
|||||||
Reference in New Issue
Block a user