Apply suggestions

This commit is contained in:
Andrei Zavatski
2019-11-21 00:26:39 +03:00
parent 6b3010535f
commit f066d8434c
7 changed files with 10 additions and 15 deletions

View File

@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
LabelText = "Show health display even when you can't fail",
Bindable = config.GetBindable<bool>(OsuSetting.ShowHealthDisplayWhenCantFail),
Keywords = new[] { "Bar" }
Keywords = new[] { "Bar", "Hp" }
},
new SettingsCheckbox
{