mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 13:42:59 +08:00
Remove setting from gameplay settings screen
This commit is contained in:
parent
c7d3b025ad
commit
956980ee90
@ -67,12 +67,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
||||
LabelText = "Positional hitsounds",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.PositionalHitSounds)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Always play first combo break sound",
|
||||
Keywords = new[] { "regardless", "combobreak.wav" },
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.AlwaysPlayFirstComboBreak)
|
||||
},
|
||||
new SettingsEnumDropdown<ScoreMeterType>
|
||||
{
|
||||
LabelText = "Score meter type",
|
||||
|
Loading…
Reference in New Issue
Block a user