mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:42:56 +08:00
move missing newline to front of "Plays with..."
This commit is contained in:
parent
1b35eae1ba
commit
0047f29ec8
@ -396,11 +396,11 @@ namespace osu.Game.Overlays.Profile
|
||||
infoTextLeft.NewLine();
|
||||
infoTextLeft.AddText("Last seen ", lightText);
|
||||
infoTextLeft.AddText(new DrawableDate(user.LastVisit.Value), boldItalic);
|
||||
infoTextLeft.NewParagraph();
|
||||
}
|
||||
|
||||
if (user.PlayStyle?.Length > 0)
|
||||
{
|
||||
infoTextLeft.NewParagraph();
|
||||
infoTextLeft.AddText("Plays with ", lightText);
|
||||
infoTextLeft.AddText(string.Join(", ", user.PlayStyle), boldItalic);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user