Add "featured artists" filter to beatmap search

This commit is contained in:
ekrctb
2021-09-07 16:44:45 +09:00
parent 6d68492a41
commit b6c80f04b0
3 changed files with 9 additions and 3 deletions

View File

@ -19,6 +19,10 @@ namespace osu.Game.Overlays.BeatmapListing
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.GeneralFollows))]
[Description("Subscribed mappers")]
Follows
Follows,
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.GeneralFeaturedArtists))]
[Description("Featured artists")]
FeaturedArtists
}
}