Skip to content

Commit 7061ac5

Browse files
committed
Fix register bookmark file comment
1 parent 048a40d commit 7061ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/ChromiumBookmarkLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected List<Bookmark> LoadBookmarks(string browserDataPath, string name)
3737
{
3838
if (File.Exists(bookmarkPath))
3939
{
40-
//Main.RegisterBookmarkFile(bookmarkPath);
40+
Main.RegisterBookmarkFile(bookmarkPath);
4141
}
4242
}
4343
catch (Exception ex)

0 commit comments

Comments
 (0)