update comment

This commit is contained in:
Jeremy Wu 2021-12-09 19:45:11 +11:00 committed by GitHub
parent 27d1796e48
commit b3b85c1868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ namespace Flow.Launcher.Plugin
public void OpenDirectory(string DirectoryPath, string FileName = null);
/// <summary>
/// Open Url in the configured default browser for Flow's Settings.
/// Opens the url. The browser and mode used is based on what's configured in Flow's default browser settings.
/// </summary>
public void OpenUrl(string url, bool? inPrivate = null);
}