https://github.com/2dust/v2rayN/pull/5829
This commit is contained in:
2dust
2024-10-14 19:29:15 +08:00
parent 9540669f56
commit 24afe8bde4
9 changed files with 21 additions and 17 deletions

View File

@@ -103,8 +103,6 @@
public int trayMenuServersLimit { get; set; } = 20;
public bool enableHWA { get; set; } = false;
public string geoSourceUrl { get; set; }
}
[Serializable]
@@ -142,6 +140,7 @@
{
public string defIEProxyExceptions { get; set; }
public string subConvertUrl { get; set; } = string.Empty;
public string? geoSourceUrl { get; set; }
}
[Serializable]