Call the UserPanel Action when clicking on the flag

This commit is contained in:
Susko3
2022-01-21 14:01:49 +01:00
parent 9b63f15e68
commit 529610ee2e
2 changed files with 10 additions and 1 deletions

View File

@ -53,7 +53,8 @@ namespace osu.Game.Users
protected UpdateableFlag CreateFlag() => new UpdateableFlag(User.Country)
{
Size = new Vector2(39, 26)
Size = new Vector2(39, 26),
Action = Action,
};
protected SpriteIcon CreateStatusIcon() => statusIcon = new SpriteIcon