1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 07:09:54 +08:00

Add missing line breaks

This commit is contained in:
Andrei Zavatski
2019-09-27 09:32:46 +03:00
Unverified
parent 94eacbca5d
commit 475455d7cd
+15 -13
View File
@@ -44,19 +44,21 @@ namespace osu.Game.Overlays
Clear();
lastSection = null;
sections = !user.IsBot ? new ProfileSection[]
{
//new AboutSection(),
new RecentSection(),
new RanksSection(),
//new MedalsSection(),
new HistoricalSection(),
new BeatmapsSection(),
new KudosuSection()
} : new ProfileSection[]
{
//new AboutSection(),
};
sections = !user.IsBot ?
new ProfileSection[]
{
//new AboutSection(),
new RecentSection(),
new RanksSection(),
//new MedalsSection(),
new HistoricalSection(),
new BeatmapsSection(),
new KudosuSection()
} :
new ProfileSection[]
{
//new AboutSection(),
};
tabs = new ProfileTabControl
{