mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Make sure the places.sqlite file exists
before loading Firefox bookmarks.
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Wox.Plugin.BrowserBookmark
|
||||
|
||||
public List<Bookmark> GetBookmarks(string search = null)
|
||||
{
|
||||
//TODO: Maybe load bookmarks here instead of pre-loading them at startup?
|
||||
if (string.IsNullOrEmpty(search)) return bookmarks;
|
||||
|
||||
var fuzzyMatcher = FuzzyMatcher.Create(search);
|
||||
|
||||
Reference in New Issue
Block a user