Update osu!direct beatmap sections sorting

This commit is contained in:
Joehu 2019-01-20 09:39:07 -08:00
parent 161d0f0564
commit 33735b15ae
1 changed files with 4 additions and 3 deletions

View File

@ -36,11 +36,12 @@ public enum BeatmapSearchCategory
[Description("Ranked & Approved")]
RankedApproved = 0,
Approved = 1,
Qualified = 3,
Loved = 8,
Favourites = 2,
Qualified = 3,
Pending = 4,
[Description("Pending & WIP")]
PendingWIP = 4,
Graveyard = 5,
[Description("My Maps")]