1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 17:36:30 -05:00

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) {