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 ed0524d commit 8e898deCopy full SHA for 8e898de
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs
@@ -223,8 +223,8 @@ public List<Result> LoadContextMenus(Result selectedResult)
223
}
224
catch (Exception e)
225
{
226
- _context.API.LogException(ClassName, "Failed to set url in clipboard", e);
227
- _context.API.ShowMsgError(_context.API.GetTranslation("flowlauncher_plugin_browserbookmark_copy_failed"));
+ Context.API.LogException(ClassName, "Failed to set url in clipboard", e);
+ Context.API.ShowMsgError(Context.API.GetTranslation("flowlauncher_plugin_browserbookmark_copy_failed"));
228
return false;
229
230
},
0 commit comments