Disable avatar clicks in chat tabs

This commit is contained in:
smoogipoo 2018-12-22 19:30:52 +09:00
parent 6b3fb06b62
commit 40db23ff4c

View File

@ -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),
})
{