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

@ -13,7 +13,7 @@ namespace osu.Game.Overlays.Toolbar
public ToolbarBeatmapListingButton()
{
Hotkey = GlobalAction.ToggleDirect;
Hotkey = GlobalAction.ToggleBeatmapListing;
}
[BackgroundDependencyLoader(true)]