mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Flow.Launcher/PublicAPIInstance.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
parent
233a338296
commit
cbd23373c3
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue