Update MainForm.cs

pull/1372/head^2
2dust 2021-01-23 12:44:51 +08:00
parent 9c96feb4b5
commit ae79d8c608
1 changed files with 1 additions and 0 deletions

View File

@ -1440,6 +1440,7 @@ namespace v2rayN.Forms
int ret = MainFormHandler.Instance.AddBatchServers(config, result, id); int ret = MainFormHandler.Instance.AddBatchServers(config, result, id);
if (ret > 0) if (ret > 0)
{ {
RefreshServers();
} }
else else
{ {