Add right click scrolling in song select (and its option)

This commit is contained in:
tgi74000
2018-04-13 11:09:49 +02:00
parent 06efddd4b4
commit e3cd0ef200
3 changed files with 38 additions and 1 deletions

View File

@ -84,6 +84,8 @@ namespace osu.Game.Configuration
Set(OsuSetting.Version, string.Empty);
Set(OsuSetting.ScreenshotFormat, ScreenshotFormat.Jpg);
Set(OsuSetting.SelectScrollRightClick, false);
}
public OsuConfigManager(Storage storage) : base(storage)
@ -128,6 +130,7 @@ namespace osu.Game.Configuration
ShowConvertedBeatmaps,
SpeedChangeVisualisation,
Skin,
ScreenshotFormat
ScreenshotFormat,
SelectScrollRightClick
}
}