Skip to content

Commit 36d07ff

Browse files
Update src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 13643f3 commit 36d07ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ public void OnRequestStaticSplashScreen()
144144
MessageBoxButton.OK,
145145
MessageBoxImage.Warning
146146
);
147+
this.Close();
147148
});
148-
this.Close();
149149
}
150150
StaticSplashScreenReady?.Invoke();
151151
}

0 commit comments

Comments
 (0)