1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Remove redundant keyword

This commit is contained in:
Dean Herbert 2019-11-21 22:51:00 +09:00
parent 8b1fb2d5a1
commit d7cb23a909

View File

@ -26,7 +26,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
LabelText = "Show converted beatmaps",
Bindable = config.GetBindable<bool>(OsuSetting.ShowConvertedBeatmaps),
Keywords = new[] { "convert" }
},
new SettingsSlider<double, StarSlider>
{