1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:02:57 +08:00

Remove unnecessary keywords

This commit is contained in:
Dean Herbert 2022-09-27 14:29:59 +09:00
parent 214a1c2d7f
commit bac3108aea

View File

@ -42,7 +42,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
LabelText = GameplaySettingsStrings.AlwaysShowGameplayLeaderboard,
Current = config.GetBindable<bool>(OsuSetting.GameplayLeaderboard),
Keywords = new[] { "leaderboard", "score" },
},
};
}