Disable progress bar on default

This commit is contained in:
Alexander Bock
2018-09-03 00:58:26 -04:00
parent a993c8ef65
commit 04846e3adf

View File

@@ -100,7 +100,7 @@ UseMultithreadedInitialization = true
LoadingScreen = {
ShowMessage = true,
ShowNodeNames = true,
ShowProgressbar = true
ShowProgressbar = false
}
CheckOpenGLState = false
LogEachOpenGLCall = false