Skip to content

Commit 9656e5c

Browse files
Clarify initialized condition
Co-authored-by: Jeremy Wu <[email protected]>
1 parent d602f5c commit 9656e5c

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ private static void LoadBookmarksIfEnabled()
4848

4949
public List<Result> Query(Query query)
5050
{
51+
// For when the plugin being previously disabled and is now renabled
5152
if (!initialized)
5253
{
5354
LoadBookmarksIfEnabled();

0 commit comments

Comments
 (0)