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]