1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 18:44:06 +08:00

Merge pull request #25757 from peppy/more-dropdown-search

Show search bar by default in language and collection dropdowns
This commit is contained in:
Bartłomiej Dach
2023-12-14 12:39:37 +01:00
committed by GitHub
Unverified
2 changed files with 2 additions and 0 deletions
@@ -50,6 +50,7 @@ namespace osu.Game.Collections
ItemSource = filters;
Current.Value = allBeatmapsItem;
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
{