1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Hide (most) profile sections that aren't populated yet

This commit is contained in:
Dean Herbert 2017-10-13 20:29:19 +09:00
parent 15373c71b6
commit c660957329

View File

@ -92,12 +92,12 @@ namespace osu.Game.Overlays
sections = new ProfileSection[]
{
new AboutSection(),
new RecentSection(),
//new RecentSection(),
new RanksSection(),
new MedalsSection(),
new HistoricalSection(),
new BeatmapsSection(),
new KudosuSection()
//new MedalsSection(),
//new HistoricalSection(),
//new BeatmapsSection(),
//new KudosuSection()
};
tabs = new ProfileTabControl
{