mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 21:12:09 +00:00
Update Program.cs
This commit is contained in:
parent
504a6c5d89
commit
cf5b0cbd06
1 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ namespace v2rayN
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Utils.SaveLog("v2rayN start up");
|
Utils.SaveLog("v2rayN start up " + Utils.GetVersion());
|
||||||
|
|
||||||
//设置语言环境
|
//设置语言环境
|
||||||
string lang = Utils.RegReadValue(Global.MyRegPath, Global.MyRegKeyLanguage, "zh-Hans");
|
string lang = Utils.RegReadValue(Global.MyRegPath, Global.MyRegKeyLanguage, "zh-Hans");
|
||||||
|
|
Loading…
Reference in a new issue