Skip to content

Commit cbd2337

Browse files
taoocerosjjw24
andauthored
Update Flow.Launcher/PublicAPIInstance.cs
Co-authored-by: Jeremy Wu <[email protected]>
1 parent 233a338 commit cbd2337

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ public void OpenDirectory(string DirectoryPath, string FileName = null)
211211

212212
public void OpenUrl(string url)
213213
{
214-
using var process = new Process();
215214
var browserInfo = _settingsVM.Settings.CustomBrowser;
216215

217216
var path = browserInfo.Path == "*" ? "" : browserInfo.Path;

0 commit comments

Comments
 (0)