Fix register bookmark file comment

This commit is contained in:
Jack251970 2025-04-09 13:12:05 +08:00
parent 048a40d085
commit 7061ac5448

View file

@ -37,7 +37,7 @@ public abstract class ChromiumBookmarkLoader : IBookmarkLoader
{
if (File.Exists(bookmarkPath))
{
//Main.RegisterBookmarkFile(bookmarkPath);
Main.RegisterBookmarkFile(bookmarkPath);
}
}
catch (Exception ex)