mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09: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,
|
AutoSizeAxes = Axes.X,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new ToolbarSocialButton(),
|
|
||||||
new ToolbarChatButton(),
|
new ToolbarChatButton(),
|
||||||
|
new ToolbarSocialButton(),
|
||||||
new ToolbarMusicButton(),
|
new ToolbarMusicButton(),
|
||||||
new ToolbarButton
|
new ToolbarButton
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user