1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

fix formatting

This commit is contained in:
Cootz 2023-05-10 19:43:58 +03:00
parent 2467813d81
commit ca68850730

View File

@ -43,7 +43,8 @@ namespace osu.Game.Overlays.Mods
Enabled.Value = selectedMods.Value.Any();
}
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e) {
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
{
if (e.Repeat || e.Action != GlobalAction.DeselectAllMods || searchTextBox.HasFocus)
return false;