mirror of https://github.com/2dust/v2rayN
Update Program.cs
parent
504a6c5d89
commit
cf5b0cbd06
|
@ -40,7 +40,7 @@ namespace v2rayN
|
|||
return;
|
||||
}
|
||||
|
||||
Utils.SaveLog("v2rayN start up");
|
||||
Utils.SaveLog("v2rayN start up " + Utils.GetVersion());
|
||||
|
||||
//设置语言环境
|
||||
string lang = Utils.RegReadValue(Global.MyRegPath, Global.MyRegKeyLanguage, "zh-Hans");
|
||||
|
|
Loading…
Reference in New Issue