We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d1796 commit b3b85c1Copy full SHA for b3b85c1
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -214,7 +214,7 @@ public interface IPublicAPI
214
public void OpenDirectory(string DirectoryPath, string FileName = null);
215
216
/// <summary>
217
- /// 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.
218
/// </summary>
219
public void OpenUrl(string url, bool? inPrivate = null);
220
}
0 commit comments