mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-15 04:49:13 +00:00
Update Program.cs
This commit is contained in:
parent
7613a39dd4
commit
1eb281ad85
1 changed files with 4 additions and 4 deletions
|
@ -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 a new issue