mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Open URL in new window browser
This commit is contained in:
parent
4231d7b50a
commit
057108882f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue