Update Flow.Launcher/PublicAPIInstance.cs

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Kevin Zhang 2021-12-07 23:24:15 -06:00 committed by GitHub
parent 233a338296
commit cbd23373c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,6 @@ namespace Flow.Launcher
public void OpenUrl(string url)
{
using var process = new Process();
var browserInfo = _settingsVM.Settings.CustomBrowser;
var path = browserInfo.Path == "*" ? "" : browserInfo.Path;