Explorar o código

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

Adam Ierymenko %!s(int64=11) %!d(string=hai) anos
pai
achega
17ebd0afc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>