Skip to content

Commit 8e898de

Browse files
committed
Fix build issue
1 parent ed0524d commit 8e898de

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ public List<Result> LoadContextMenus(Result selectedResult)
223223
}
224224
catch (Exception e)
225225
{
226-
_context.API.LogException(ClassName, "Failed to set url in clipboard", e);
227-
_context.API.ShowMsgError(_context.API.GetTranslation("flowlauncher_plugin_browserbookmark_copy_failed"));
226+
Context.API.LogException(ClassName, "Failed to set url in clipboard", e);
227+
Context.API.ShowMsgError(Context.API.GetTranslation("flowlauncher_plugin_browserbookmark_copy_failed"));
228228
return false;
229229
}
230230
},

0 commit comments

Comments
 (0)