mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 04:47:39 +09:00
Moved "ToolbarSocialButton" back
This commit is contained in:
parent
2e2b3ab5d4
commit
73f5e5aaf9
@ -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
|
||||||
//{
|
//{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user