mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-23 19:59:44 +05:00
Update SysProxyHandle.cs
This commit is contained in:
@@ -50,7 +50,7 @@ namespace v2rayN.Handler
|
||||
{
|
||||
var type = config.sysProxyType;
|
||||
|
||||
if (forceDisable && type == ESysProxyType.ForcedChange)
|
||||
if (forceDisable && type != ESysProxyType.Unchanged)
|
||||
{
|
||||
type = ESysProxyType.ForcedClear;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user