Skip to content

Commit

Permalink
Make osu! logo do something when in edit submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 24, 2023
1 parent a44edfd commit a6cf1e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osu.Game/Screens/Menu/ButtonSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ private bool onOsuLogo()
case ButtonSystemState.Play:
buttonsPlay.First().TriggerClick();
return false;

case ButtonSystemState.Edit:
buttonsEdit.First().TriggerClick();
return false;
}
}

Expand Down

0 comments on commit a6cf1e5

Please sign in to comment.