mirror of https://github.com/2dust/v2rayN
Update SysProxyHandle.cs
parent
09e1a4386d
commit
6f357828b7
|
@ -50,7 +50,7 @@ namespace v2rayN.Handler
|
|||
{
|
||||
var type = config.sysProxyType;
|
||||
|
||||
if (forceDisable && type == ESysProxyType.ForcedChange)
|
||||
if (forceDisable && type != ESysProxyType.Unchanged)
|
||||
{
|
||||
type = ESysProxyType.ForcedClear;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue