mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix mod overlay not closing on toggle hotkey
This commit is contained in:
@ -333,7 +333,10 @@ namespace osu.Game.Screens.Select
|
||||
(new FooterButtonOptions(), BeatmapOptions)
|
||||
};
|
||||
|
||||
protected virtual ModSelectScreen CreateModSelectOverlay() => new UserModSelectScreen();
|
||||
protected virtual ModSelectScreen CreateModSelectOverlay() => new UserModSelectScreen
|
||||
{
|
||||
Hotkey = GlobalAction.ToggleModSelection
|
||||
};
|
||||
|
||||
protected virtual void ApplyFilterToCarousel(FilterCriteria criteria)
|
||||
{
|
||||
|
Reference in New Issue
Block a user