mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Remove pointless keywords
This commit is contained in:
parent
947745d87e
commit
52c9762651
@ -56,7 +56,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
{
|
||||
LabelText = "Fade playfield to red when health is low",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.FadePlayfieldWhenHealthLow),
|
||||
Keywords = new[] { "hp", "low", "playfield", "red" }
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user