We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c591f21 commit d057239Copy full SHA for d057239
HMCL/main.cpp
@@ -13,7 +13,7 @@
13
#include "java.h"
14
15
int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) {
16
- HLVerboseOutput = HLGetEnvVar(L"HMCL_LAUNCHER_VERBOSE_OUTPUT").value_or(L"") == L"true";
+ HLVerboseOutput = HLGetEnvVar(L"HMCL_LAUNCHER_VERBOSE_OUTPUT").value_or(L"") != L"false";
17
18
LPCWSTR javaExecutableName;
19
if (HLAttachConsole()) {
0 commit comments