mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
use open tab in browser
This commit is contained in:
parent
407ff82666
commit
919f72ba62
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
IcoPath = "Images\\website.png",
|
||||
Action = _ =>
|
||||
{
|
||||
SharedCommands.SearchWeb.NewBrowserWindow(pluginManifestInfo.Website);
|
||||
SharedCommands.SearchWeb.NewTabInBrowser(pluginManifestInfo.Website);
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
|
@ -42,7 +42,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
IcoPath = "Images\\sourcecode.png",
|
||||
Action = _ =>
|
||||
{
|
||||
SharedCommands.SearchWeb.NewBrowserWindow(pluginManifestInfo.UrlSourceCode);
|
||||
SharedCommands.SearchWeb.NewTabInBrowser(pluginManifestInfo.UrlSourceCode);
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue