mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove unnecessary items from OptionsOverlay
This commit is contained in:
parent
7f9ad9adf0
commit
e23a1b8e92
@ -20,7 +20,6 @@ namespace osu.Game.Overlays.Options.Input
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new SpriteText { Text = "Sensitivity: TODO slider" },
|
||||
new SliderOption<double>
|
||||
{
|
||||
LabelText = "Sensitivity",
|
||||
|
@ -62,7 +62,6 @@ namespace osu.Game.Overlays.Options
|
||||
LabelText = "Always use skin cursor",
|
||||
Bindable = config.GetBindable<bool>(OsuConfig.UseSkinCursor)
|
||||
},
|
||||
new SpriteText { Text = "Cursor size: TODO slider" },
|
||||
new SliderOption<double>
|
||||
{
|
||||
LabelText = "Cursor size",
|
||||
|
Loading…
Reference in New Issue
Block a user