mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Adjust kudosu count formatting
This commit is contained in:
parent
08ffe425f9
commit
f95ce90c95
@ -53,7 +53,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
|
||||
public new int Count
|
||||
{
|
||||
set => valueText.Text = value.ToString();
|
||||
set => valueText.Text = value.ToString("N0");
|
||||
}
|
||||
|
||||
public CountSection(string header)
|
||||
|
Loading…
Reference in New Issue
Block a user