Merge pull request #18384 from Joehuu/add-spotlighted-beatmaps-filter

Add spotlighted beatmaps filter to beatmap listing
This commit is contained in:
Dan Balasescu
2022-05-24 11:24:15 +09:00
committed by GitHub

View File

@ -21,6 +21,9 @@ namespace osu.Game.Overlays.BeatmapListing
[Description("Subscribed mappers")]
Follows,
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.GeneralSpotlights))]
Spotlights,
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.GeneralFeaturedArtists))]
[Description("Featured artists")]
FeaturedArtists