mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 04:52:09 +00:00
fix: add real delay test for custom config (#5377)
This commit is contained in:
parent
4938ce6364
commit
06d0c6517d
1 changed files with 2 additions and 2 deletions
|
@ -736,7 +736,7 @@ namespace v2rayN.ViewModels
|
||||||
public void TestServerAvailability()
|
public void TestServerAvailability()
|
||||||
{
|
{
|
||||||
var item = ConfigHandler.GetDefaultServer(_config);
|
var item = ConfigHandler.GetDefaultServer(_config);
|
||||||
if (item == null || item.configType == EConfigType.Custom)
|
if (item == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -1293,4 +1293,4 @@ namespace v2rayN.ViewModels
|
||||||
|
|
||||||
#endregion UI
|
#endregion UI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue