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:
parent
15373c71b6
commit
c660957329
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user