1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 23:30:51 +08:00

Show search bar by default in language and collection dropdowns

This commit is contained in:
Dean Herbert
2023-12-14 18:26:13 +09:00
Unverified
parent 33d3766918
commit d77972a39b
2 changed files with 3 additions and 0 deletions
@@ -48,6 +48,8 @@ namespace osu.Game.Collections
ItemSource = filters;
Current.Value = new AllBeatmapsCollectionFilterMenuItem();
AlwaysShowSearchBar = true;
}
protected override void LoadComplete()
@@ -23,6 +23,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
{
LabelText = GeneralSettingsStrings.LanguageDropdown,
Current = game.CurrentLanguage,
AlwaysShowSearchBar = true,
},
new SettingsCheckbox
{