mirror of
https://github.com/leiurayer/downkyi.git
synced 2024-04-21 12:41:55 +00:00
Merge pull request #278 from JellyBlack/patch-1
修复Release版本中无法正确关闭数据库的问题
This commit is contained in:
@@ -41,7 +41,7 @@ namespace DownKyi.Core.Storage.Database
|
||||
/// <param name="secretKey"></param>
|
||||
public DbHelper(string dbPath, string secretKey)
|
||||
{
|
||||
string connStr = $"Data Source={dbPath};Version=3;";
|
||||
connStr = $"Data Source={dbPath};Version=3;";
|
||||
|
||||
if (database.ContainsKey(connStr))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user