Update enum name in line with changes

This commit is contained in:
Dean Herbert
2021-01-06 23:12:56 +09:00
parent 59025e9d50
commit 283c69a68f
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Input.Bindings
new KeyBinding(new[] { InputKey.Control, InputKey.Alt, InputKey.R }, GlobalAction.ResetInputSettings),
new KeyBinding(new[] { InputKey.Control, InputKey.T }, GlobalAction.ToggleToolbar),
new KeyBinding(new[] { InputKey.Control, InputKey.O }, GlobalAction.ToggleSettings),
new KeyBinding(new[] { InputKey.Control, InputKey.D }, GlobalAction.ToggleDirect),
new KeyBinding(new[] { InputKey.Control, InputKey.D }, GlobalAction.ToggleBeatmapListing),
new KeyBinding(new[] { InputKey.Control, InputKey.N }, GlobalAction.ToggleNotifications),
new KeyBinding(InputKey.Escape, GlobalAction.Back),
@ -113,7 +113,7 @@ namespace osu.Game.Input.Bindings
ToggleSettings,
[Description("Toggle beatmap listing")]
ToggleDirect,
ToggleBeatmapListing,
[Description("Increase volume")]
IncreaseVolume,