since we don't display the text in the splash screen, print it to the console instead
This commit is contained in:
parent
2d6dfc2683
commit
c41f6973d3
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user