fixes #0004000: Ability to suppress console output when running under python

This commit is contained in:
wmayer
2019-06-13 15:46:49 +02:00
parent 98a53884dc
commit fdcd36f251
4 changed files with 17 additions and 2 deletions

View File

@@ -187,6 +187,7 @@ int main( int argc, char ** argv )
// sets the default run mode for FC, starts with gui if not overridden in InitConfig...
App::Application::Config()["RunMode"] = "Gui";
App::Application::Config()["Console"] = "0";
App::Application::Config()["LoggingConsole"] = "1";
// Inits the Application
#if defined (FC_OS_WIN32)