Add search keywords for beatmap colours / hitsound overrides

This commit is contained in:
Dean Herbert 2023-01-01 14:32:28 +08:00
parent ceedc3f934
commit 87250ad847

View File

@ -32,11 +32,13 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
},
new SettingsCheckbox
{
Keywords = new[] { "combo", "override" },
LabelText = SkinSettingsStrings.BeatmapColours,
Current = config.GetBindable<bool>(OsuSetting.BeatmapColours)
},
new SettingsCheckbox
{
Keywords = new[] { "samples", "override" },
LabelText = SkinSettingsStrings.BeatmapHitsounds,
Current = config.GetBindable<bool>(OsuSetting.BeatmapHitsounds)
},