mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 19:36:55 +00:00
v2ray core to core
This commit is contained in:
parent
b30191feb2
commit
c3af6e4755
1 changed files with 2 additions and 2 deletions
|
@ -1272,7 +1272,7 @@ namespace v2rayN.Forms
|
||||||
{
|
{
|
||||||
if (args.Success)
|
if (args.Success)
|
||||||
{
|
{
|
||||||
AppendText(false, string.Format(UIRes.I18N("MsgParsingSuccessfully"), "v2rayCore"));
|
AppendText(false, string.Format(UIRes.I18N("MsgParsingSuccessfully"), "Core"));
|
||||||
|
|
||||||
string url = args.Msg;
|
string url = args.Msg;
|
||||||
this.Invoke((MethodInvoker)(delegate
|
this.Invoke((MethodInvoker)(delegate
|
||||||
|
@ -1323,7 +1323,7 @@ namespace v2rayN.Forms
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
AppendText(false, string.Format(UIRes.I18N("MsgStartUpdating"), "v2rayCore"));
|
AppendText(false, string.Format(UIRes.I18N("MsgStartUpdating"), "Core"));
|
||||||
downloadHandle.CheckUpdateAsync(type);
|
downloadHandle.CheckUpdateAsync(type);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue