mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 06:19:54 +08:00
Fix mod and beatmap options toggle keys not working
This commit is contained in:
@@ -234,11 +234,15 @@ namespace osu.Game.Screens.SelectV2
|
||||
{
|
||||
new FooterButtonMods(modSelectOverlay)
|
||||
{
|
||||
Hotkey = GlobalAction.ToggleModSelection,
|
||||
Current = Mods,
|
||||
RequestDeselectAllMods = () => Mods.Value = Array.Empty<Mod>()
|
||||
},
|
||||
new FooterButtonRandom(),
|
||||
new FooterButtonOptions(),
|
||||
new FooterButtonOptions
|
||||
{
|
||||
Hotkey = GlobalAction.ToggleBeatmapOptions,
|
||||
}
|
||||
};
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
||||
Reference in New Issue
Block a user