- disabled progress bar on Cocoa start window

This commit is contained in:
alexey.lysiuk 2020-02-08 16:56:52 +02:00
parent 5d6ac932d3
commit 67b5cd2cb3

View file

@ -64,7 +64,7 @@ FBasicStartupScreen::FBasicStartupScreen(int maxProgress, bool showBar)
: FStartupScreen(maxProgress)
{
FConsoleWindow& consoleWindow = FConsoleWindow::GetInstance();
consoleWindow.SetProgressBar(true);
consoleWindow.SetProgressBar(false);
#if 0
// Testing code, please do not remove