1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:42:54 +08:00

Merge pull request #4564 from Joehuu/direct-favourites-sort

Add ability to sort by favourites on osu!direct
This commit is contained in:
Dean Herbert 2019-03-31 13:11:28 +09:00 committed by GitHub
commit 7ae3b31b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,5 +116,6 @@ namespace osu.Game.Overlays.Direct
Ranked,
Rating,
Plays,
Favourites,
}
}