Use a descriptive name for the setting

This commit is contained in:
iiSaLMaN
2019-07-06 06:32:25 +03:00
parent 98daaf634a
commit 530e07110f
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
new SettingsCheckbox
{
LabelText = "Hide health bar if you can't fail",
Bindable = config.GetBindable<bool>(OsuSetting.HideHealthBar),
Bindable = config.GetBindable<bool>(OsuSetting.HideHealthBarWhenCantFail),
},
new SettingsCheckbox
{