mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 02:17:34 +09: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)
|
if (action == GlobalAction.Back)
|
||||||
{
|
{
|
||||||
|
// as we don't want to display the back button, manual handling of exit action is required.
|
||||||
this.Exit();
|
this.Exit();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user