Updated touch control scheme setting capitalization to be consistent with the rest of the settings menu

This commit is contained in:
OpenSauce 2023-01-10 11:57:21 +00:00
parent b694e0d441
commit 4949b44888
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ private void load()
{
new SettingsEnumDropdown<TaikoTouchControlScheme>
{
LabelText = "Touch Control Scheme",
LabelText = "Touch control scheme",
Current = config.GetBindable<TaikoTouchControlScheme>(TaikoRulesetSetting.TouchControlScheme)
}
};