mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Use ToUpper
for key binding text
This commit is contained in:
parent
0b8fd2e39f
commit
f5d4f02200
@ -195,7 +195,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuConfigManager config)
|
||||
{
|
||||
ShortcutText.Text = config.LookupKeyBindings(getAction(change));
|
||||
ShortcutText.Text = config.LookupKeyBindings(getAction(change)).ToUpper();
|
||||
}
|
||||
|
||||
private static GlobalAction getAction(ValueChangedEvent<double> change) => change.NewValue - change.OldValue > 0
|
||||
|
Loading…
Reference in New Issue
Block a user