mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Merge pull request #18382 from apollo-dw/listing
Add WIP to beatmap listing search filters
This commit is contained in:
commit
8e58c1b1aa
@ -32,6 +32,9 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
[Description("Pending & WIP")]
|
||||
Pending,
|
||||
|
||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.StatusWip))]
|
||||
Wip,
|
||||
|
||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.StatusGraveyard))]
|
||||
Graveyard,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user