Remove unnecessary canBeNull specification

This commit is contained in:
Dean Herbert
2022-04-18 21:48:46 +09:00
parent 2202863e1a
commit aaf5577e6a

View File

@ -12,7 +12,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
{ {
public class StableDirectoryLocationDialog : PopupDialog public class StableDirectoryLocationDialog : PopupDialog
{ {
[Resolved(canBeNull: true)] [Resolved]
private IPerformFromScreenRunner performer { get; set; } private IPerformFromScreenRunner performer { get; set; }
public StableDirectoryLocationDialog(TaskCompletionSource<string> taskCompletionSource) public StableDirectoryLocationDialog(TaskCompletionSource<string> taskCompletionSource)