You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
DialogResultres=MessageBox.Show(String.Format("Unknown version of v2ray core.\n{0} is suggested. Do you want to continue to use existing core?",Program.v2rayVersion),"Unknown v2ray.exe!",MessageBoxButtons.OKCancel,MessageBoxIcon.Warning);
86
+
DialogResultres=MessageBox.Show(String.Format("Unknown version of v2ray core detected, which may not be compatible with V2RayW.\n{0} is suggested. Do you want to continue to use the existing core?",Program.v2rayVersion),"Unknown v2ray.exe!",MessageBoxButtons.OKCancel,MessageBoxIcon.Warning);
87
87
if(res==DialogResult.OK)
88
88
{
89
89
break;
@@ -304,7 +304,7 @@ public static bool generateConfigJson()
0 commit comments