1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Set featured artists filter to enabled by default

This commit is contained in:
Dean Herbert 2022-12-15 16:57:39 +09:00
parent a7f3e13946
commit 78bc94d3cb

View File

@ -146,6 +146,7 @@ namespace osu.Game.Overlays.BeatmapListing
}
});
generalFilter.Current.Add(SearchGeneral.FeaturedArtists);
categoryFilter.Current.Value = SearchCategory.Leaderboard;
}