mirror of
https://github.com/ppy/osu
synced 2025-01-24 14:53:18 +00:00
Disallow back button on disclaimer screen
This commit is contained in:
parent
7d5554c2ac
commit
983cabdb98
@ -31,6 +31,8 @@ namespace osu.Game.Screens.Menu
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
public override OverlayActivation InitialOverlayActivationMode => OverlayActivation.Disabled;
|
||||
|
||||
public override bool AllowBackButton => false;
|
||||
|
||||
public override bool CursorVisible => false;
|
||||
|
||||
private Drawable heart;
|
||||
|
Loading…
Reference in New Issue
Block a user