1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +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
parent 33d3766918
commit d77972a39b
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,8 @@ namespace osu.Game.Collections
ItemSource = filters;
Current.Value = new AllBeatmapsCollectionFilterMenuItem();
AlwaysShowSearchBar = true;
}
protected override void LoadComplete()

View File

@ -23,6 +23,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
{
LabelText = GeneralSettingsStrings.LanguageDropdown,
Current = game.CurrentLanguage,
AlwaysShowSearchBar = true,
},
new SettingsCheckbox
{