mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:47:25 +08:00
Reorder tabs
This commit is contained in:
parent
4050cb88ea
commit
72d1ba897f
@ -21,8 +21,8 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
|
|
||||||
public MatchTabControl()
|
public MatchTabControl()
|
||||||
{
|
{
|
||||||
AddItem(new SettingsMatchPage());
|
|
||||||
AddItem(new RoomMatchPage());
|
AddItem(new RoomMatchPage());
|
||||||
|
AddItem(new SettingsMatchPage());
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user