Skip to content

Commit 919f72b

Browse files
committed
use open tab in browser
1 parent 407ff82 commit 919f72b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/ContextMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
3131
IcoPath = "Images\\website.png",
3232
Action = _ =>
3333
{
34-
SharedCommands.SearchWeb.NewBrowserWindow(pluginManifestInfo.Website);
34+
SharedCommands.SearchWeb.NewTabInBrowser(pluginManifestInfo.Website);
3535
return true;
3636
}
3737
},
@@ -42,7 +42,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
4242
IcoPath = "Images\\sourcecode.png",
4343
Action = _ =>
4444
{
45-
SharedCommands.SearchWeb.NewBrowserWindow(pluginManifestInfo.UrlSourceCode);
45+
SharedCommands.SearchWeb.NewTabInBrowser(pluginManifestInfo.UrlSourceCode);
4646
return true;
4747
}
4848
},

0 commit comments

Comments
 (0)