mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Add a note explaining why manual handling is required
This commit is contained in:
parent
5b26ef75b1
commit
fa879b4b60
@ -212,6 +212,7 @@ namespace osu.Game.Screens.Edit
|
||||
{
|
||||
if (action == GlobalAction.Back)
|
||||
{
|
||||
// as we don't want to display the back button, manual handling of exit action is required.
|
||||
this.Exit();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user