mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Changes to naming and text
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user