Explorar el Código

[appservice] global info

Exilon hace 4 años
padre
commit
7b2ede98cb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Quick.AppService.pas

+ 1 - 0
Quick.AppService.pas

@@ -188,6 +188,7 @@ begin
   fStatus := TSvcStatus.ssStopped;
   fCanInstallWithOtherName := False;
   fOnExecute := nil;
+  IsQuickServiceApp := True;
 end;
 
 destructor TAppService.Destroy;