mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Make sure the places.sqlite file exists
before loading Firefox bookmarks.
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Wox.Plugin.BrowserBookmark
|
||||
|
||||
var returnList = new List<Bookmark>();
|
||||
|
||||
//TODO: Let the user select which browser's bookmarks are displayed
|
||||
// Add Firefox bookmarks
|
||||
returnList.AddRange(mozBookmarks.GetBookmarks(param, topResults));
|
||||
// Add Chrome bookmarks
|
||||
|
||||
Reference in New Issue
Block a user