mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 20:33:08 +08:00
Add playlist type to picker temporarily
This commit is contained in:
parent
01f15bd6fc
commit
feadfbcca7
@ -30,6 +30,8 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
|||||||
|
|
||||||
AddItem(MatchType.HeadToHead);
|
AddItem(MatchType.HeadToHead);
|
||||||
AddItem(MatchType.TeamVersus);
|
AddItem(MatchType.TeamVersus);
|
||||||
|
// TODO: remove after osu-web is updated to set the correct default type.
|
||||||
|
AddItem(MatchType.Playlists);
|
||||||
}
|
}
|
||||||
|
|
||||||
private class GameTypePickerItem : DisableableTabItem
|
private class GameTypePickerItem : DisableableTabItem
|
||||||
|
Loading…
Reference in New Issue
Block a user