since we don't display the text in the splash screen, print it to the console instead

This commit is contained in:
Michael Becker 2020-01-25 03:30:53 -05:00
parent 2d6dfc2683
commit c41f6973d3
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -1012,6 +1012,7 @@ namespace UniversalEditor.UserInterface
protected internal virtual void UpdateSplashScreenStatus(string message, int progressValue = -1, int progressMinimum = 0, int progressMaximum = 100)
{
Console.WriteLine(message);
}
private void Initialize()