mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08:00
Allow null DI
This commit is contained in:
parent
13eb32fea2
commit
da6952407e
@ -72,7 +72,7 @@ namespace osu.Game.Screens.Select
|
||||
/// </summary>
|
||||
public virtual bool AllowEditing => true;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)]
|
||||
private NotificationOverlay notificationOverlay { get; set; }
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap(Beatmap.Value);
|
||||
|
Loading…
Reference in New Issue
Block a user