Make the header tabs work

This commit is contained in:
DrabWeb
2017-06-08 06:21:45 -03:00
parent 1162df96be
commit 70e12e5d9b
3 changed files with 22 additions and 7 deletions

View File

@ -30,10 +30,10 @@ namespace osu.Game.Overlays.Direct
{
Search,
[Description("Newest Maps")]
NewestMaps,
NewestMaps = (int)DirectSortCriteria.Ranked,
[Description("Top Rated")]
TopRated,
TopRated = (int)DirectSortCriteria.Rating,
[Description("Most Played")]
MostPlayed
MostPlayed = (int)DirectSortCriteria.Plays,
}
}