fix: add real delay test for custom config (#5377)
This commit is contained in:
@@ -736,7 +736,7 @@ namespace v2rayN.ViewModels
|
||||
public void TestServerAvailability()
|
||||
{
|
||||
var item = ConfigHandler.GetDefaultServer(_config);
|
||||
if (item == null || item.configType == EConfigType.Custom)
|
||||
if (item == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -1293,4 +1293,4 @@ namespace v2rayN.ViewModels
|
||||
|
||||
#endregion UI
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user