mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add neighboring builds handling;
+ provoke angry AppVeyor
This commit is contained in:
@ -64,7 +64,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
new SpriteText
|
||||
{
|
||||
Text = ChangelogEntry.Users > 0 ?
|
||||
string.Format($"{ChangelogEntry.Users:N0} users online") :
|
||||
$"{ChangelogEntry.Users:N0} users online" :
|
||||
null,
|
||||
TextSize = 12,
|
||||
Font = @"Exo2.0-Regular",
|
||||
|
Reference in New Issue
Block a user