Merge remote-tracking branch 'upstream/master' into beatmap-set-overlay-nullability

This commit is contained in:
Dean Herbert
2018-04-19 20:53:06 +09:00
6 changed files with 139 additions and 48 deletions

View File

@ -17,6 +17,11 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
Children = new Drawable[]
{
new SettingsCheckbox
{
LabelText = "Right mouse drag to absolute scroll",
Bindable = config.GetBindable<bool>(OsuSetting.SongSelectRightMouseScroll),
},
new SettingsCheckbox
{
LabelText = "Show converted beatmaps",