Improve
This commit is contained in:
@@ -11,7 +11,7 @@ namespace v2rayN
|
||||
private SQLiteConnection _db;
|
||||
private SQLiteAsyncConnection _dbAsync;
|
||||
private static readonly object objLock = new();
|
||||
public const string _configDB = "guiNDB.db";
|
||||
public readonly string _configDB = "guiNDB.db";
|
||||
|
||||
public SqliteHelper()
|
||||
{
|
||||
|
||||
@@ -180,6 +180,7 @@ namespace v2rayN.Handler
|
||||
|
||||
private void CoreStart(ProfileItem node)
|
||||
{
|
||||
ShowMsg(false, $"{Environment.OSVersion} - {(Environment.Is64BitOperatingSystem ? 64 : 32)}");
|
||||
ShowMsg(false, string.Format(ResUI.StartService, DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss")));
|
||||
|
||||
ECoreType coreType;
|
||||
|
||||
Reference in New Issue
Block a user