always hide client console

This commit is contained in:
Basile Burg 2015-03-13 22:19:37 +01:00
parent ca5a44530f
commit d4da82f505
1 changed files with 0 additions and 2 deletions

View File

@ -75,9 +75,7 @@ begin
fClient := TProcess.Create(self);
fClient.Executable := clientName;
fClient.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}{$IFDEF LINUX}, poWaitOnExit{$ENDIF}];
{$IFNDEF DEBUG}
fClient.ShowWindow := swoHIDE;
{$ENDIF}
//
fServerWasRunning := AppIsRunning((serverName));
if not fServerWasRunning then begin