We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d602f5c commit 9656e5cCopy full SHA for 9656e5c
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs
@@ -48,6 +48,7 @@ private static void LoadBookmarksIfEnabled()
48
49
public List<Result> Query(Query query)
50
{
51
+ // For when the plugin being previously disabled and is now renabled
52
if (!initialized)
53
54
LoadBookmarksIfEnabled();
0 commit comments