mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
fix: add real delay test for custom config
This commit is contained in:
parent
0ffa9a0cc8
commit
3283c23833
1 changed files with 2 additions and 2 deletions
|
@ -1208,7 +1208,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;
|
||||||
}
|
}
|
||||||
|
@ -1891,4 +1891,4 @@ namespace v2rayN.ViewModels
|
||||||
|
|
||||||
#endregion UI
|
#endregion UI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue