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

This commit is contained in:
rednir
2021-01-19 14:03:31 +00:00
105 changed files with 1205 additions and 619 deletions

View File

@ -72,6 +72,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)