diff --git a/src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs b/src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs index 0852c72e4ac..4208e6196a8 100644 --- a/src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs +++ b/src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs @@ -34,7 +34,11 @@ public partial class SplashScreen : Window /// public long totalLoadingTime; - internal Action RequestLaunchDynamo; + /// + /// Request to launch Dynamo main window. + /// + public Action RequestLaunchDynamo; + internal Action RequestImportSettings; internal Func RequestSignIn; internal Func RequestSignOut;