1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 20:22:56 +08:00

Add keywords to make lighten-during-breaks setting discoverable to stable users

See https://github.com/ppy/osu/discussions/31671.
This commit is contained in:
Dean Herbert 2025-01-28 21:31:51 +09:00
parent 6d39ee2918
commit a3a08832b4
No known key found for this signature in database

View File

@ -35,7 +35,8 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
new SettingsCheckbox
{
LabelText = GameplaySettingsStrings.LightenDuringBreaks,
Current = config.GetBindable<bool>(OsuSetting.LightenDuringBreaks)
Current = config.GetBindable<bool>(OsuSetting.LightenDuringBreaks),
Keywords = new[] { "dim", "level" }
},
new SettingsCheckbox
{