mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:53:22 +08:00
Duplicate keywords for better UX
This commit is contained in:
parent
75d0fd0bab
commit
d1684a3c92
@ -32,14 +32,14 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
LabelText = "Display beatmaps from",
|
||||
Bindable = config.GetBindable<double>(OsuSetting.DisplayStarsMinimum),
|
||||
KeyboardStep = 0.1f,
|
||||
Keywords = new[] { "minimum", "star", "difficulty" }
|
||||
Keywords = new[] { "minimum", "maximum", "star", "difficulty" }
|
||||
},
|
||||
new SettingsSlider<double, MaximumStarsSlider>
|
||||
{
|
||||
LabelText = "up to",
|
||||
Bindable = config.GetBindable<double>(OsuSetting.DisplayStarsMaximum),
|
||||
KeyboardStep = 0.1f,
|
||||
Keywords = new[] { "maximum", "star", "difficulty" }
|
||||
Keywords = new[] { "minimum", "maximum", "star", "difficulty" }
|
||||
},
|
||||
new SettingsEnumDropdown<RandomSelectAlgorithm>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user