mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 13:02:55 +08:00
Disallow back button on disclaimer screen (#5153)
Disallow back button on disclaimer screen
This commit is contained in:
commit
bb3dde53d1
@ -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