mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 18:30:21 +08:00
Show search bar by default in language and collection dropdowns
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user