mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Open URL in new window browser
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user