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 407ff82 commit 919f72bCopy full SHA for 919f72b
Plugins/Flow.Launcher.Plugin.PluginsManager/ContextMenu.cs
@@ -31,7 +31,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
31
IcoPath = "Images\\website.png",
32
Action = _ =>
33
{
34
- SharedCommands.SearchWeb.NewBrowserWindow(pluginManifestInfo.Website);
+ SharedCommands.SearchWeb.NewTabInBrowser(pluginManifestInfo.Website);
35
return true;
36
}
37
},
@@ -42,7 +42,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
42
IcoPath = "Images\\sourcecode.png",
43
44
45
- SharedCommands.SearchWeb.NewBrowserWindow(pluginManifestInfo.UrlSourceCode);
+ SharedCommands.SearchWeb.NewTabInBrowser(pluginManifestInfo.UrlSourceCode);
46
47
48
0 commit comments