Merge branch 'master' into open-tablet-driver-faq

This commit is contained in:
Dan Balasescu
2021-08-16 13:46:43 +09:00
committed by GitHub
70 changed files with 1468 additions and 689 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.ShowProgressGraph)
Current = config.GetBindable<bool>(OsuSetting.ShowDifficultyGraph)
},
new SettingsCheckbox
{