1
0
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:
Dean Herbert
2025-08-09 04:12:42 +09:00
committed by GitHub
Unverified
+5 -5
View File
@@ -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,