Remove CanBeNull where it's no longer requered

This commit is contained in:
ansel
2023-01-13 23:11:50 +03:00
parent a41a031909
commit 515ada6815
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Screens.Select
{
private OsuScreen? playerLoader;
[Resolved(CanBeNull = true)]
[Resolved]
private INotificationOverlay? notifications { get; set; }
public override bool AllowExternalScreenChange => true;