remove unused properties from connection string

This commit is contained in:
Marcin Badurowicz 2023-09-10 23:23:30 +02:00
parent 802457f713
commit bdc3bfc6b8

View file

@ -19,7 +19,7 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
ORDER BY moz_places.visit_count DESC
";
private const string dbPathFormat = "Data Source ={0};Version=3;New=False;Compress=True;";
private const string dbPathFormat = "Data Source ={0}";
protected static List<Bookmark> GetBookmarksFromPath(string placesPath)
{