mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move override to a bit better location
This commit is contained in:
@ -404,6 +404,8 @@ namespace osu.Game.Overlays.Mods
|
||||
return base.OnKeyDown(e);
|
||||
}
|
||||
|
||||
public override bool OnPressed(GlobalAction action) => false; // handled by back button
|
||||
|
||||
private void availableModsChanged(ValueChangedEvent<Dictionary<ModType, IReadOnlyList<Mod>>> mods)
|
||||
{
|
||||
if (mods.NewValue == null) return;
|
||||
@ -490,7 +492,5 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public override bool OnPressed(GlobalAction action) => false; // handled by back button
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user