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:
parent
2202863e1a
commit
aaf5577e6a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user