Allow UpdateableAvatar to handle displaying username as tooltip

This commit is contained in:
Dean Herbert
2021-06-17 16:25:55 +09:00
parent 044ff9d1d2
commit d9cc1c227b
6 changed files with 48 additions and 35 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Game.Overlays.Chat.Tabs
Child = new DelayedLoadWrapper(avatar = new ClickableAvatar(value.Users.First())
{
RelativeSizeAxes = Axes.Both,
OpenOnClick = { Value = false },
OpenOnClick = false,
})
{
RelativeSizeAxes = Axes.Both,