Proper capture on windows

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2023-06-25 22:30:20 -07:00
parent d8e0b14dc4
commit b7dd32274c
No known key found for this signature in database
GPG key ID: E10E321EB160949B
4 changed files with 18 additions and 11 deletions

View file

@ -280,8 +280,6 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
BindCrtHandlesToStdHandles(true, true, true);
consoleAttached = true;
}
} else if (stdout_type == FILE_TYPE_DISK || stdout_type == FILE_TYPE_PIPE ) {
BindCrtHandlesToStdHandles(true, true, true);
}
#endif
setOrganizationName(BuildConfig.LAUNCHER_NAME);