1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 02:22:59 +08:00

Rename setting

This commit is contained in:
Dean Herbert 2019-04-04 17:18:53 +09:00 committed by GitHub
parent d54750aa37
commit 9802d8ab11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Osu.UI
},
new SettingsCheckbox
{
LabelText = "Show cursor trail",
LabelText = "Cursor trail",
Bindable = config.GetBindable<bool>(OsuRulesetSetting.ShowCursorTrail)
},
};