From d4da82f505b76695fa35d57dc59acd92b26dc80d Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 13 Mar 2015 22:19:37 +0100 Subject: [PATCH] always hide client console --- src/ce_dcd.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ce_dcd.pas b/src/ce_dcd.pas index cd6dcfe8..121b6c12 100644 --- a/src/ce_dcd.pas +++ b/src/ce_dcd.pas @@ -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