We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802457f commit bdc3bfcCopy full SHA for bdc3bfc
Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs
@@ -19,7 +19,7 @@ INNER JOIN moz_bookmarks ON (
19
ORDER BY moz_places.visit_count DESC
20
";
21
22
- private const string dbPathFormat = "Data Source ={0};Version=3;New=False;Compress=True;";
+ private const string dbPathFormat = "Data Source ={0}";
23
24
protected static List<Bookmark> GetBookmarksFromPath(string placesPath)
25
{
0 commit comments