mirror of
https://github.com/ppy/osu.git
synced 2025-02-01 04:52:55 +08: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())
|
Child = new DelayedLoadWrapper(new Avatar(value.Users.First())
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
OpenOnClick = { Value = false },
|
||||||
OnLoadComplete = d => d.FadeInFromZero(300, Easing.OutQuint),
|
OnLoadComplete = d => d.FadeInFromZero(300, Easing.OutQuint),
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user