mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Show search bar by default in language and collection dropdowns
This commit is contained in:
parent
33d3766918
commit
d77972a39b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user