mirror of
https://github.com/osukey/osukey.git
synced 2025-07-23 03:10:05 +09:00
Add missing line breaks
This commit is contained in:
@ -44,19 +44,21 @@ namespace osu.Game.Overlays
|
|||||||
Clear();
|
Clear();
|
||||||
lastSection = null;
|
lastSection = null;
|
||||||
|
|
||||||
sections = !user.IsBot ? new ProfileSection[]
|
sections = !user.IsBot ?
|
||||||
{
|
new ProfileSection[]
|
||||||
//new AboutSection(),
|
{
|
||||||
new RecentSection(),
|
//new AboutSection(),
|
||||||
new RanksSection(),
|
new RecentSection(),
|
||||||
//new MedalsSection(),
|
new RanksSection(),
|
||||||
new HistoricalSection(),
|
//new MedalsSection(),
|
||||||
new BeatmapsSection(),
|
new HistoricalSection(),
|
||||||
new KudosuSection()
|
new BeatmapsSection(),
|
||||||
} : new ProfileSection[]
|
new KudosuSection()
|
||||||
{
|
} :
|
||||||
//new AboutSection(),
|
new ProfileSection[]
|
||||||
};
|
{
|
||||||
|
//new AboutSection(),
|
||||||
|
};
|
||||||
|
|
||||||
tabs = new ProfileTabControl
|
tabs = new ProfileTabControl
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user