1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:02:55 +08:00

Merge pull request #1116 from MrTheMake/toolbar-button-swap

Swap the order of the social and chat toolbar buttons
This commit is contained in:
Dean Herbert 2017-08-18 11:24:10 +09:00 committed by GitHub
commit a1049ffe01

View File

@ -58,8 +58,8 @@ namespace osu.Game.Overlays.Toolbar
AutoSizeAxes = Axes.X,
Children = new Drawable[]
{
new ToolbarSocialButton(),
new ToolbarChatButton(),
new ToolbarSocialButton(),
new ToolbarMusicButton(),
new ToolbarButton
{