mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
move missing newline to front of "Plays with..."
This commit is contained in:
@ -396,11 +396,11 @@ namespace osu.Game.Overlays.Profile
|
|||||||
infoTextLeft.NewLine();
|
infoTextLeft.NewLine();
|
||||||
infoTextLeft.AddText("Last seen ", lightText);
|
infoTextLeft.AddText("Last seen ", lightText);
|
||||||
infoTextLeft.AddText(new DrawableDate(user.LastVisit.Value), boldItalic);
|
infoTextLeft.AddText(new DrawableDate(user.LastVisit.Value), boldItalic);
|
||||||
infoTextLeft.NewParagraph();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.PlayStyle?.Length > 0)
|
if (user.PlayStyle?.Length > 0)
|
||||||
{
|
{
|
||||||
|
infoTextLeft.NewParagraph();
|
||||||
infoTextLeft.AddText("Plays with ", lightText);
|
infoTextLeft.AddText("Plays with ", lightText);
|
||||||
infoTextLeft.AddText(string.Join(", ", user.PlayStyle), boldItalic);
|
infoTextLeft.AddText(string.Join(", ", user.PlayStyle), boldItalic);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user