mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Call the UserPanel Action
when clicking on the flag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user