mirror of
https://github.com/ppy/osu
synced 2025-01-06 06:10:04 +00:00
Disable avatar clicks in chat tabs
This commit is contained in:
parent
6b3fb06b62
commit
40db23ff4c
@ -52,6 +52,7 @@ namespace osu.Game.Overlays.Chat.Tabs
|
||||
Child = new DelayedLoadWrapper(new Avatar(value.Users.First())
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
OpenOnClick = { Value = false },
|
||||
OnLoadComplete = d => d.FadeInFromZero(300, Easing.OutQuint),
|
||||
})
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user