Autoscroll playlist on song change

This commit is contained in:
Roman Kapustin
2019-10-05 23:53:05 +03:00
parent 8c3caed2e0
commit bdea75b995
4 changed files with 42 additions and 2 deletions

View File

@ -20,6 +20,7 @@ namespace osu.Game.Overlays.Settings.Sections
new VolumeSettings(),
new OffsetSettings(),
new MainMenuSettings(),
new PlaylistSettings()
};
}
}