mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:20:21 +08:00
Merge pull request #34573 from diquoks/rearrange-sort-mode
Arrange `SortMode` in alphabetical order
This commit is contained in:
@@ -17,21 +17,21 @@ namespace osu.Game.Screens.Select.Filter
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.BPM))]
|
||||
BPM,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateSubmitted))]
|
||||
DateSubmitted,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateAdded))]
|
||||
DateAdded,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateRanked))]
|
||||
DateRanked,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.LastPlayed))]
|
||||
LastPlayed,
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.DateSubmitted))]
|
||||
DateSubmitted,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.Difficulty))]
|
||||
Difficulty,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.LastPlayed))]
|
||||
LastPlayed,
|
||||
|
||||
[LocalisableDescription(typeof(SongSelectStrings), nameof(SongSelectStrings.Length))]
|
||||
Length,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user