mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Swap the order of the social and chat toolbar buttons
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user