mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix register bookmark file comment
This commit is contained in:
parent
048a40d085
commit
7061ac5448
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public abstract class ChromiumBookmarkLoader : IBookmarkLoader
|
|||
{
|
||||
if (File.Exists(bookmarkPath))
|
||||
{
|
||||
//Main.RegisterBookmarkFile(bookmarkPath);
|
||||
Main.RegisterBookmarkFile(bookmarkPath);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Reference in a new issue