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
commit 0eacc362dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) {