let availability check run for custom configs

This commit is contained in:
Muhammad 2024-06-01 20:30:17 +03:30
parent 83b4f1e660
commit 2000ec8d62

View file

@ -1187,7 +1187,7 @@ namespace v2rayN.ViewModels
public void TestServerAvailability()
{
var item = ConfigHandler.GetDefaultServer(_config);
if (item == null || item.configType == EConfigType.Custom)
if (item == null)
{
return;
}