Remove FollowPlayback setting

This commit is contained in:
Roman Kapustin
2019-10-07 19:44:22 +03:00
parent eda4a27b45
commit e00992dfd8
3 changed files with 3 additions and 16 deletions

View File

@ -17,11 +17,6 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
{
Children = new Drawable[]
{
new SettingsCheckbox
{
LabelText = "Scroll playlist on song change",
Bindable = config.GetBindable<bool>(OsuSetting.FollowPlayback)
},
new SettingsCheckbox
{
LabelText = "Rotate cursor when dragging",