Hardcode hide key handling in ModSelectScreen

This commit is contained in:
Dean Herbert
2022-05-08 01:30:21 +09:00
parent 0c2b4a6c0b
commit 0d32bf91eb
3 changed files with 16 additions and 24 deletions

View File

@ -333,10 +333,7 @@ namespace osu.Game.Screens.Select
(new FooterButtonOptions(), BeatmapOptions)
};
protected virtual ModSelectScreen CreateModSelectOverlay() => new UserModSelectScreen
{
Hotkey = GlobalAction.ToggleModSelection
};
protected virtual ModSelectScreen CreateModSelectOverlay() => new UserModSelectScreen();
protected virtual void ApplyFilterToCarousel(FilterCriteria criteria)
{