Remove unnecessary extra property

This commit is contained in:
smoogipoo
2019-06-25 18:38:14 +09:00
parent 5b294ba419
commit aa81c95f30
4 changed files with 2 additions and 11 deletions

View File

@ -27,9 +27,7 @@ namespace osu.Game.Screens.Menu
public override bool HideOverlaysOnEnter => buttons == null || buttons.State == ButtonSystemState.Initial;
public override bool ShowBackButton => false;
public override bool AllowBackButton => buttons.State != ButtonSystemState.Initial && host.CanExit;
public override bool AllowBackButton => false;
public override bool AllowExternalScreenChange => true;