1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 12:02:55 +08:00

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
{
[Resolved(canBeNull: true)]
[Resolved]
private IPerformFromScreenRunner performer { get; set; }
public StableDirectoryLocationDialog(TaskCompletionSource<string> taskCompletionSource)