mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Change format of rank tooltip
This commit is contained in:
@ -350,7 +350,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
{
|
||||
public RankLabel(int? rank)
|
||||
{
|
||||
TooltipText = rank == null || rank < 1000 ? null : $"{rank}";
|
||||
TooltipText = rank == null || rank < 1000 ? null : $"#{rank:N0}";
|
||||
|
||||
Child = new OsuSpriteText
|
||||
{
|
||||
|
Reference in New Issue
Block a user