mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:35:10 +08:00
Updated touch control scheme setting capitalization to be consistent with the rest of the settings menu
This commit is contained in:
parent
b694e0d441
commit
4949b44888
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Taiko
|
||||
{
|
||||
new SettingsEnumDropdown<TaikoTouchControlScheme>
|
||||
{
|
||||
LabelText = "Touch Control Scheme",
|
||||
LabelText = "Touch control scheme",
|
||||
Current = config.GetBindable<TaikoTouchControlScheme>(TaikoRulesetSetting.TouchControlScheme)
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user