mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Merge pull request #3902 from smoogipoo/disable-chat-avatar-click
Disable avatar clicks in chat tabs
This commit is contained in:
commit
c6b37c45b5
@ -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