mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Add missing space
This commit is contained in:
parent
03d560ed41
commit
2fb1052a1e
@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
topLinkContainer.AddText("Currently online");
|
||||
addSpacer(topLinkContainer);
|
||||
}
|
||||
else if(user.LastVisit.HasValue)
|
||||
else if (user.LastVisit.HasValue)
|
||||
{
|
||||
topLinkContainer.AddText("Last seen ");
|
||||
topLinkContainer.AddText(new DrawableDate(user.LastVisit.Value), embolden);
|
||||
|
Loading…
x
Reference in New Issue
Block a user