Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Dec 5, 2020
1 parent 3aeaada commit 47dce69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions v2rayN/v2rayN/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ private void menuAddCustomServer_Click(object sender, EventArgs e)
{
//刷新
RefreshServers();
LoadV2ray();
//LoadV2ray();
UI.Show(UIRes.I18N("SuccessfullyImportedCustomServer"));
}
else
Expand Down Expand Up @@ -1136,7 +1136,7 @@ private void MoveServer(EMove eMove)
{
//TODO: reload is not good.
RefreshServers();
LoadV2ray();
//LoadV2ray();
}
}
private void menuSelectAll_Click(object sender, EventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// 方法是按如下所示使用“*”:
//[assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("3.28")]
[assembly: AssemblyFileVersion("3.29")]

0 comments on commit 47dce69

Please sign in to comment.