1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:52:57 +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[] sections = new ProfileSection[]
{ {
new AboutSection(), new AboutSection(),
new RecentSection(), //new RecentSection(),
new RanksSection(), new RanksSection(),
new MedalsSection(), //new MedalsSection(),
new HistoricalSection(), //new HistoricalSection(),
new BeatmapsSection(), //new BeatmapsSection(),
new KudosuSection() //new KudosuSection()
}; };
tabs = new ProfileTabControl tabs = new ProfileTabControl
{ {