mirror of
https://github.com/ppy/osu
synced 2024-12-28 09:52:56 +00:00
Add keywords to ease search of "first object visibility" setting
This commit is contained in:
parent
9be1689e04
commit
b4c5e18da0
@ -27,6 +27,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
{
|
||||
LabelText = GameplaySettingsStrings.IncreaseFirstObjectVisibility,
|
||||
Current = config.GetBindable<bool>(OsuSetting.IncreaseFirstObjectVisibility),
|
||||
Keywords = new[] { @"approach", @"circle", @"hidden" },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user