Remove WindowsJobAPI

This commit is contained in:
ChsBuffer
2021-03-21 03:31:55 +08:00
parent d08a9d5bfd
commit a1b978a22c
4 changed files with 0 additions and 17 deletions

View File

@@ -24,7 +24,6 @@ namespace Netch.Controllers
public void Start(in Mode mode)
{
PrivoxyController.Start(MainController.Server!);
Global.Job.AddProcess(PrivoxyController.Instance!);
string? pacUrl = null;
if (MainController.Server is Socks5 or Trojan && mode.BypassChina || (Global.Settings.AlwaysStartPACServer ?? false))