Merge branch 'master' of https://github.com/ppy/osu into sort-skins-alphabetically

This commit is contained in:
rednir
2021-01-18 20:09:15 +00:00
105 changed files with 1205 additions and 619 deletions

View File

@ -70,6 +70,11 @@ namespace osu.Game.Overlays.Settings.Sections
Current = config.GetBindable<bool>(OsuSetting.BeatmapSkins)
},
new SettingsCheckbox
{
LabelText = "Beatmap colours",
Current = config.GetBindable<bool>(OsuSetting.BeatmapColours)
},
new SettingsCheckbox
{
LabelText = "Beatmap hitsounds",
Current = config.GetBindable<bool>(OsuSetting.BeatmapHitsounds)