mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
renamed CursorSize to MenuCursorSize
This commit is contained in:
@ -62,7 +62,7 @@ namespace osu.Game.Overlays.Options.Sections
|
||||
new OptionSlider<double>
|
||||
{
|
||||
LabelText = "Menu cursor size",
|
||||
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.CursorSize)
|
||||
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.MenuCursorSize)
|
||||
},
|
||||
new OptionSlider<double>
|
||||
{
|
||||
|
Reference in New Issue
Block a user