Fix nullability of `dialogOverlay` dependency

This commit is contained in:
Dean Herbert 2022-06-07 23:48:34 +09:00
parent f8524c3af4
commit 228683e956
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public abstract class SongSelect : ScreenWithBeatmapBackground, IKeyBindingHandl
private BeatmapInfoWedge beatmapInfoWedge;
[Resolved]
[Resolved(canBeNull: true)]
private IDialogOverlay dialogOverlay { get; set; }
[Resolved]