Merge branch 'master' into localisation-settings

This commit is contained in:
Dean Herbert
2021-08-16 20:03:06 +09:00
committed by GitHub
27 changed files with 156 additions and 40 deletions

View File

@ -47,7 +47,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
new SettingsCheckbox
{
LabelText = GameplaySettingsStrings.ShowDifficultyGraph,
Current = config.GetBindable<bool>(OsuSetting.ShowDifficultyGraph)
Current = config.GetBindable<bool>(OsuSetting.ShowProgressGraph)
},
new SettingsCheckbox
{