Update SysProxyHandle.cs

This commit is contained in:
2dust 2023-02-24 11:11:33 +08:00
parent 09e1a4386d
commit 6f357828b7

View file

@ -50,7 +50,7 @@ namespace v2rayN.Handler
{ {
var type = config.sysProxyType; var type = config.sysProxyType;
if (forceDisable && type == ESysProxyType.ForcedChange) if (forceDisable && type != ESysProxyType.Unchanged)
{ {
type = ESysProxyType.ForcedClear; type = ESysProxyType.ForcedClear;
} }