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 d6b1f39 commit 425c6e5Copy full SHA for 425c6e5
src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs
@@ -484,7 +484,7 @@ internal void CloseWindow()
484
485
if (string.IsNullOrEmpty(hostAnalyticsInfo.HostName))
486
{
487
- Application.Current.Shutdown();
+ Application.Current?.Shutdown();
488
Analytics.TrackEvent(Actions.Close, Categories.SplashScreenOperations);
489
}
490
// If Dynamo is launched from an integrator host, user should be able to close the splash screen window.
0 commit comments