Skip to content

Commit

Permalink
Re-enable Dynamo Splash Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhinja committed Jan 17, 2024
1 parent 2153c92 commit 1304044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoRevit/DynamoRevit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public Result ExecuteCommand(DynamoRevitCommandData commandData)
try
{
// Launch main Dynamo directly when ShowUiKey is true.
bool bSkipSplashScreen = true; // TODO: remove this when issue with System.Windows.Application.Current not being null
bool bSkipSplashScreen = false; // TODO: remove this when issue with System.Windows.Application.Current not being null
if (CheckJournalForKey(commandData, JournalKeys.ShowUiKey, false) || bSkipSplashScreen)
{
extCommandData = commandData;
Expand Down

0 comments on commit 1304044

Please sign in to comment.