mirror of
https://github.com/ppy/osu
synced 2025-02-01 10:51:53 +00:00
Swap the order of the social and chat toolbar buttons
This commit is contained in:
parent
99c54e348c
commit
94d664a626
@ -60,8 +60,8 @@ namespace osu.Game.Overlays.Toolbar
|
||||
AutoSizeAxes = Axes.X,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new ToolbarSocialButton(),
|
||||
new ToolbarChatButton(),
|
||||
new ToolbarSocialButton(),
|
||||
new ToolbarMusicButton(),
|
||||
new ToolbarButton
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user