Changes to naming and text

This commit is contained in:
Dean Herbert
2018-04-18 19:26:54 +09:00
parent bd834dd487
commit e395a47112
3 changed files with 5 additions and 5 deletions

View File

@ -125,7 +125,7 @@ namespace osu.Game.Screens.Select
private void load(OsuConfigManager config)
{
config.BindWith(OsuSetting.RandomSelectAlgorithm, RandomAlgorithm);
config.BindWith(OsuSetting.SelectScrollRightClick, RightClickScrollingEnabled);
config.BindWith(OsuSetting.SongSelectRightMouseScroll, RightClickScrollingEnabled);
RightClickScrollingEnabled.ValueChanged += v => RightMouseScrollbar = v;
RightClickScrollingEnabled.TriggerChange();