1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:02:55 +08:00

Add playlist type to picker temporarily

This commit is contained in:
Dean Herbert 2021-08-03 17:48:20 +09:00
parent 01f15bd6fc
commit feadfbcca7

View File

@ -30,6 +30,8 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
AddItem(MatchType.HeadToHead);
AddItem(MatchType.TeamVersus);
// TODO: remove after osu-web is updated to set the correct default type.
AddItem(MatchType.Playlists);
}
private class GameTypePickerItem : DisableableTabItem