We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa853db commit 508e41aCopy full SHA for 508e41a
Rubberduck.Main/Extension.cs
@@ -193,7 +193,7 @@ private void InitializeAddIn()
193
194
if (_initialSettings?.CanShowSplash ?? false)
195
{
196
- splash = new Splash2021(new VersionCheck.VersionCheckService(typeof(Splash2021).Assembly.GetName().Version));
+ splash = new Splash2021(new VersionCheck.VersionCheckService(typeof(Splash2021).Assembly.GetName().Version, new PublicApiClient()));
197
splash.Show();
198
splash.Refresh();
199
}
0 commit comments