Remove individual setting to disable videos, fix tests

This commit is contained in:
voidedWarranties
2020-03-07 22:08:38 -08:00
parent 76c832518f
commit 48282dea8b
8 changed files with 13 additions and 20 deletions

View File

@ -22,11 +22,6 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
Bindable = config.GetBindable<bool>(OsuSetting.ShowStoryboard)
},
new SettingsCheckbox
{
LabelText = "Video",
Bindable = config.GetBindable<bool>(OsuSetting.ShowVideoBackground)
},
new SettingsCheckbox
{
LabelText = "Hit Lighting",
Bindable = config.GetBindable<bool>(OsuSetting.HitLighting)