mirror of https://gitlab.com/basile.b/dexed.git
updated TODOs
This commit is contained in:
parent
61f5bb2e6d
commit
ac27f9c899
|
@ -78,7 +78,6 @@ begin
|
||||||
fClient.ShowWindow := swoHIDE;
|
fClient.ShowWindow := swoHIDE;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
//
|
//
|
||||||
// TODO-ctest: test this feature on linux.
|
|
||||||
fServerWasRunning := AppIsRunning((serverName));
|
fServerWasRunning := AppIsRunning((serverName));
|
||||||
if not fServerWasRunning then begin
|
if not fServerWasRunning then begin
|
||||||
fServer := TProcess.Create(self);
|
fServer := TProcess.Create(self);
|
||||||
|
|
Loading…
Reference in New Issue