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:
parent
33d3766918
commit
d77972a39b
@ -48,6 +48,8 @@ namespace osu.Game.Collections
|
|||||||
ItemSource = filters;
|
ItemSource = filters;
|
||||||
|
|
||||||
Current.Value = new AllBeatmapsCollectionFilterMenuItem();
|
Current.Value = new AllBeatmapsCollectionFilterMenuItem();
|
||||||
|
|
||||||
|
AlwaysShowSearchBar = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
@ -23,6 +23,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
|||||||
{
|
{
|
||||||
LabelText = GeneralSettingsStrings.LanguageDropdown,
|
LabelText = GeneralSettingsStrings.LanguageDropdown,
|
||||||
Current = game.CurrentLanguage,
|
Current = game.CurrentLanguage,
|
||||||
|
AlwaysShowSearchBar = true,
|
||||||
},
|
},
|
||||||
new SettingsCheckbox
|
new SettingsCheckbox
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user