1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 05:50:10 +08:00

Merge pull request #18382 from apollo-dw/listing

Add WIP to beatmap listing search filters
This commit is contained in:
Dan Balasescu
2022-05-24 10:23:02 +09:00
committed by GitHub
Unverified
@@ -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,