mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unnecessary canBeNull
specification
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user