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 ;
2
2
using Flow . Launcher . Plugin . PluginsManager . Models ;
3
3
using System ;
4
4
using System . Collections . Generic ;
@@ -55,7 +55,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
55
55
? pluginManifestInfo . UrlSourceCode . Replace ( "/tree/master" , "/issues/new/choose" )
56
56
: pluginManifestInfo . UrlSourceCode ;
57
57
58
- SharedCommands . SearchWeb . NewBrowserWindow ( link ) ;
58
+ SharedCommands . SearchWeb . NewTabInBrowser ( link ) ;
59
59
return true ;
60
60
}
61
61
} ,
@@ -66,7 +66,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
66
66
IcoPath = selectedResult . IcoPath ,
67
67
Action = _ =>
68
68
{
69
- SharedCommands . SearchWeb . NewBrowserWindow ( "https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest" ) ;
69
+ SharedCommands . SearchWeb . NewTabInBrowser ( "https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest" ) ;
70
70
return true ;
71
71
}
72
72
}
You can’t perform that action at this time.
0 commit comments