mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Use a descriptive name for the setting
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user