Merge pull request #7272 from behunin/the-courteous-logger

Logging: Impl refactor
This commit is contained in:
bunnei
2021-11-13 00:03:54 -08:00
committed by GitHub
4 changed files with 41 additions and 28 deletions

View File

@ -299,6 +299,8 @@ GMainWindow::GMainWindow()
SDL_EnableScreenSaver();
#endif
Common::Log::Start();
QStringList args = QApplication::arguments();
if (args.size() < 2) {