Skip to content

Commit a1d1c95

Browse files
committed
change to tab in browser
1 parent 0a47636 commit a1d1c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Flow.Launcher.Infrastructure.UserSettings;
1+
using Flow.Launcher.Infrastructure.UserSettings;
22
using Flow.Launcher.Plugin.PluginsManager.Models;
33
using System;
44
using 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
}

0 commit comments

Comments
 (0)