mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove FollowPlayback setting
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user