mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Preserve permitNulls
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
private Action<BeatmapSetInfo> restoreHiddenRequested;
|
||||
private Action<int> viewDetails;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(CanBeNull = true)]
|
||||
private DialogOverlay dialogOverlay { get; set; }
|
||||
|
||||
private readonly BeatmapSetInfo beatmapSet;
|
||||
|
Reference in New Issue
Block a user