mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use shared command and open in new browser window
This commit is contained in:
parent
579bbe2b86
commit
585e2627bf
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Wox.Infrastructure;
|
||||
using Wox.Plugin.SharedCommands;
|
||||
|
||||
namespace Wox.Plugin.BrowserBookmark
|
||||
{
|
||||
|
|
@ -54,7 +55,7 @@ namespace Wox.Plugin.BrowserBookmark
|
|||
Action = (e) =>
|
||||
{
|
||||
context.API.HideApp();
|
||||
System.Diagnostics.Process.Start(c.Url);
|
||||
c.Url.NewBrowserWindow("");
|
||||
return true;
|
||||
}
|
||||
}).ToList();
|
||||
|
|
|
|||
Loading…
Reference in a new issue