mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
fix formatting
This commit is contained in:
parent
2467813d81
commit
ca68850730
@ -43,7 +43,8 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Enabled.Value = selectedMods.Value.Any();
|
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)
|
if (e.Repeat || e.Action != GlobalAction.DeselectAllMods || searchTextBox.HasFocus)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user