소스 검색

Disable service management in UI -- installer should automatically start service and this is annoying for testing purposes.

Adam Ierymenko 11 년 전
부모
커밋
17ebd0afc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ZeroTierUI/main.cpp

+ 1 - 1
ZeroTierUI/main.cpp

@@ -43,7 +43,7 @@
 #include "../node/Defaults.hpp"
 
 // Uncomment for testing to disable making sure Windows service is running
-//#define DISABLE_WINDOWS_SERVICE_MANAGEMENT
+#define DISABLE_WINDOWS_SERVICE_MANAGEMENT
 
 #ifdef __WINDOWS__
 #include <WinSock2.h>