File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.PluginsManager Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- using Flow . Launcher . Infrastructure . UserSettings ;
1+ using Flow . Launcher . Infrastructure . UserSettings ;
22using Flow . Launcher . Plugin . PluginsManager . Models ;
33using System ;
44using System . Collections . Generic ;
@@ -55,7 +55,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
5555 ? pluginManifestInfo . UrlSourceCode . Replace ( "/tree/master" , "/issues/new/choose" )
5656 : pluginManifestInfo . UrlSourceCode ;
5757
58- SharedCommands . SearchWeb . NewBrowserWindow ( link ) ;
58+ SharedCommands . SearchWeb . NewTabInBrowser ( link ) ;
5959 return true ;
6060 }
6161 } ,
@@ -66,7 +66,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
6666 IcoPath = selectedResult . IcoPath ,
6767 Action = _ =>
6868 {
69- SharedCommands . SearchWeb . NewBrowserWindow ( "https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest" ) ;
69+ SharedCommands . SearchWeb . NewTabInBrowser ( "https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest" ) ;
7070 return true ;
7171 }
7272 }
You can’t perform that action at this time.
0 commit comments