Moved "ToolbarSocialButton" back

This commit is contained in:
KyeKiller 2021-01-04 21:03:51 +00:00
parent 2e2b3ab5d4
commit 73f5e5aaf9

View File

@ -69,12 +69,12 @@ namespace osu.Game.Overlays.Toolbar
AutoSizeAxes = Axes.X, AutoSizeAxes = Axes.X,
Children = new Drawable[] Children = new Drawable[]
{ {
new ToolbarSocialButton(),
new ToolbarNewsButton(), new ToolbarNewsButton(),
new ToolbarChangelogButton(), new ToolbarChangelogButton(),
new ToolbarRankingsButton(), new ToolbarRankingsButton(),
new ToolbarBeatmapListingButton(), new ToolbarBeatmapListingButton(),
new ToolbarChatButton(), new ToolbarChatButton(),
new ToolbarSocialButton(),
new ToolbarMusicButton(), new ToolbarMusicButton(),
//new ToolbarButton //new ToolbarButton
//{ //{