From 08dd123ea7112306bc142a745a95b5114f42ed18 Mon Sep 17 00:00:00 2001 From: Glavo Date: Sat, 13 Sep 2025 20:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=90=AF=E7=94=A8=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMCL/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMCL/main.cpp b/HMCL/main.cpp index 212e256..b091652 100644 --- a/HMCL/main.cpp +++ b/HMCL/main.cpp @@ -13,7 +13,7 @@ #include "java.h" int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) { - HLVerboseOutput = HLGetEnvVar(L"HMCL_LAUNCHER_VERBOSE_OUTPUT").value_or(L"") == L"true"; + HLVerboseOutput = HLGetEnvVar(L"HMCL_LAUNCHER_VERBOSE_OUTPUT").value_or(L"") != L"false"; LPCWSTR javaExecutableName; if (HLAttachConsole()) {