mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09: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
|
public new int Count
|
||||||
{
|
{
|
||||||
set => valueText.Text = value.ToString();
|
set => valueText.Text = value.ToString("N0");
|
||||||
}
|
}
|
||||||
|
|
||||||
public CountSection(string header)
|
public CountSection(string header)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user