1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:02:58 +08:00

Merge pull request #2613 from Aergwyn/fix-disclaimer-allowing-notifications

Fix disclaimer allowing notifications
This commit is contained in:
Dean Herbert 2018-05-23 11:22:49 +09:00 committed by GitHub
commit 194710eae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ namespace osu.Game.Screens.Menu
private Color4 iconColour;
protected override bool HideOverlaysOnEnter => true;
protected override bool AllowOpeningOverlays => false;
public override bool CursorVisible => false;