Skip to content

Commit

Permalink
Fix splashscreen close test (#14566)
Browse files Browse the repository at this point in the history
* Fix PostDiff job

* Update SplashScreen.xaml.cs
  • Loading branch information
zeusongit authored Nov 3, 2023
1 parent d6b1f39 commit 425c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ internal void CloseWindow()

if (string.IsNullOrEmpty(hostAnalyticsInfo.HostName))
{
Application.Current.Shutdown();
Application.Current?.Shutdown();
Analytics.TrackEvent(Actions.Close, Categories.SplashScreenOperations);
}
// If Dynamo is launched from an integrator host, user should be able to close the splash screen window.
Expand Down

0 comments on commit 425c6e5

Please sign in to comment.