mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Less verbose DrawableFlag constructor.
This commit is contained in:
@ -102,7 +102,7 @@ namespace osu.Game.Users
|
||||
Spacing = new Vector2(5f, 0f),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new DrawableFlag(user.Country?.FlagName ?? @"__")
|
||||
new DrawableFlag(user.Country?.FlagName)
|
||||
{
|
||||
Width = 30f,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
|
Reference in New Issue
Block a user