mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +08:00
Hide (most) profile sections that aren't populated yet
This commit is contained in:
parent
15373c71b6
commit
c660957329
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user