mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
let availability check run for custom configs
This commit is contained in:
parent
83b4f1e660
commit
2000ec8d62
1 changed files with 1 additions and 1 deletions
|
@ -1187,7 +1187,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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue