diff options
Diffstat (limited to 'src/zenhttp/httpclientauth.cpp')
| -rw-r--r-- | src/zenhttp/httpclientauth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/httpclientauth.cpp b/src/zenhttp/httpclientauth.cpp index 1ebf1f949..c42841922 100644 --- a/src/zenhttp/httpclientauth.cpp +++ b/src/zenhttp/httpclientauth.cpp @@ -105,7 +105,7 @@ namespace zen { namespace httpclientauth { } if (Hidden) { - ProcOptions.Flags |= CreateProcOptions::Flag_NoConsole; + ProcOptions.Flags |= CreateProcOptions::Flag_NoWindow; } const std::filesystem::path AuthTokenPath(std::filesystem::temp_directory_path() / fmt::format(".zen-auth-{}", Oid::NewOid())); |