Revert "Rename element in OsuSettings enum"

This reverts commit c2bbe17562.
This commit is contained in:
Dean Herbert
2021-08-16 16:56:48 +09:00
parent d0faa91bb1
commit fc89f2bac4
3 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
new SettingsCheckbox
{
LabelText = "Show difficulty graph on progress bar",
Current = config.GetBindable<bool>(OsuSetting.ShowDifficultyGraph)
Current = config.GetBindable<bool>(OsuSetting.ShowProgressGraph)
},
new SettingsCheckbox
{