Skip to content

Commit 0f44e08

Browse files
committed
Revert "Disable Dynamo SplashScreen (again)"
This reverts commit 9fd68dd.
1 parent 9fd68dd commit 0f44e08

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.10
1+
0.7.9

CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
## 0.7.10
2-
* Disable SplashScreen
3-
41
## 0.7.9
52
* Reinstate SplashScreen
63

src/DynamoRevit/DynamoRevit.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ public Result ExecuteCommand(DynamoRevitCommandData commandData)
295295
try
296296
{
297297
// Launch main Dynamo directly when ShowUiKey is true.
298-
const bool bSkipSplashScreen = true;
299-
if (CheckJournalForKey(commandData, JournalKeys.ShowUiKey, false) || !bSkipSplashScreen)
298+
if (CheckJournalForKey(commandData, JournalKeys.ShowUiKey, false))
300299
{
301300
extCommandData = commandData;
302301
LoadDynamoWithoutSplashScreen();

0 commit comments

Comments
 (0)