mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 13:18:50 +00:00
Update ConfigHandler.cs
This commit is contained in:
parent
c201d986c5
commit
3defba6290
1 changed files with 1 additions and 2 deletions
|
@ -15,9 +15,8 @@ namespace v2rayN.Handler
|
|||
/// </summary>
|
||||
class ConfigHandler
|
||||
{
|
||||
//private static string configRes = Global.ConfigFileName;
|
||||
private static string configRes = Global.ConfigFileName;
|
||||
private static readonly object objLock = new object();
|
||||
private string configResPath = Utils.GetPath(Global.ConfigFileName);
|
||||
|
||||
#region ConfigHandler
|
||||
|
||||
|
|
Loading…
Reference in a new issue