mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Change format of rank tooltip
This commit is contained in:
parent
848f3bbf51
commit
e0383f6100
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user