1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Reorder tabs

This commit is contained in:
smoogipoo 2018-12-18 18:29:13 +09:00
parent 4050cb88ea
commit 72d1ba897f

View File

@ -21,8 +21,8 @@ namespace osu.Game.Screens.Multi.Match.Components
public MatchTabControl()
{
AddItem(new SettingsMatchPage());
AddItem(new RoomMatchPage());
AddItem(new SettingsMatchPage());
}
[BackgroundDependencyLoader]