Add setting to turn on/off the video

This commit is contained in:
Andrei Zavatski
2019-08-31 00:42:20 +03:00
parent 5dd688a51b
commit fa3591e5ec
6 changed files with 18 additions and 4 deletions

View File

@ -22,6 +22,11 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
Bindable = config.GetBindable<bool>(OsuSetting.ShowStoryboard)
},
new SettingsCheckbox
{
LabelText = "Video",
Bindable = config.GetBindable<bool>(OsuSetting.ShowVideo)
},
new SettingsCheckbox
{
LabelText = "Rotate cursor when dragging",
Bindable = config.GetBindable<bool>(OsuSetting.CursorRotation)