File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resharper/resharper-unity/src/Unity.Rider/UnityEditorIntegration/EditorPlugin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ public UnityPluginInstaller(
56
56
FrontendBackendHost frontendBackendHost ,
57
57
UnitySolutionTracker unitySolutionTracker ,
58
58
UnityRefresher refresher ,
59
- RiderNotificationPopupHost notificationPopupHost ,
60
- IHostProductInfo hostProductInfo )
59
+ IHostProductInfo hostProductInfo ,
60
+ RiderNotificationPopupHost notificationPopupHost = null )
61
61
{
62
62
myPluginInstallations = new JetHashSet < VirtualFileSystemPath > ( ) ;
63
63
@@ -71,9 +71,9 @@ public UnityPluginInstaller(
71
71
myUnityVersion = unityVersion ;
72
72
myUnitySolutionTracker = unitySolutionTracker ;
73
73
myRefresher = refresher ;
74
- myNotificationPopupHost = notificationPopupHost ;
75
74
myHostProductInfo = hostProductInfo ;
76
-
75
+ myNotificationPopupHost = notificationPopupHost ;
76
+
77
77
myBoundSettingsStore = settingsStore . BoundSettingsStore ;
78
78
myQueue = new ProcessingQueue ( myShellLocks , myLifetime ) ;
79
79
You can’t perform that action at this time.
0 commit comments