mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
code style format
This commit is contained in:
@ -76,7 +76,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
new ExportSkinButton(),
|
||||
new SettingsSlider<float, SizeSlider>
|
||||
{
|
||||
LabelText = SkinSettingsStrings.CursorSize,
|
||||
LabelText = SkinSettingsStrings.GameplayCursorSize,
|
||||
Current = config.GetBindable<float>(OsuSetting.GameplayCursorSize),
|
||||
KeyboardStep = 0.01f
|
||||
},
|
||||
|
Reference in New Issue
Block a user