mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Use shared command and open in new browser window
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user