mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 03:31:23 +08:00
Disallow back button on disclaimer screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user