Fix incorrect click action

This commit is contained in:
Andrei Zavatski 2020-03-04 15:22:08 +03:00
parent 6631b07442
commit 0b98bcc856

View File

@ -57,8 +57,6 @@ namespace osu.Game.Users
[BackgroundDependencyLoader]
private void load()
{
Action = () => profileOverlay?.ShowUser(User);
Masking = true;
BorderColour = colours.GreyVioletLighter;