diff --git a/Plugins/Wox.Plugin.Url/Main.cs b/Plugins/Wox.Plugin.Url/Main.cs index 6cd486919b..78cb13fac2 100644 --- a/Plugins/Wox.Plugin.Url/Main.cs +++ b/Plugins/Wox.Plugin.Url/Main.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.Text.RegularExpressions; @@ -85,7 +85,7 @@ namespace Wox.Plugin.Url } else { - Process.Start(_settings.BrowserPath,raw); + Process.Start(_settings.BrowserPath,"--new-window" + raw); } return true;