mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
#6383 Hide console window when in foreground mode
This commit is contained in:
@@ -373,7 +373,7 @@ MSWindowsWatchdog::startProcessInForeground(String& command)
|
||||
|
||||
return CreateProcess(
|
||||
NULL, LPSTR(command.c_str()), NULL, NULL,
|
||||
TRUE, 0, NULL, NULL, &si, &m_processInfo);
|
||||
TRUE, CREATE_NO_WINDOW, NULL, NULL, &si, &m_processInfo);
|
||||
}
|
||||
|
||||
BOOL
|
||||
|
||||
Reference in New Issue
Block a user