File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Flow.Launcher.Plugin/Interfaces Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -319,13 +319,15 @@ public interface IPublicAPI
319
319
public void OpenWebUrl ( string url , bool ? inPrivate = null ) ;
320
320
321
321
/// <summary>
322
- /// Opens the URL with the given Uri object.
322
+ /// Opens the URL with the given Uri object in browser if scheme is Http or Https.
323
+ /// If the URL is a local file, it will instead be opened with the default application for that file type.
323
324
/// The browser and mode used is based on what's configured in Flow's default browser settings.
324
325
/// </summary>
325
326
public void OpenUrl ( Uri url , bool ? inPrivate = null ) ;
326
327
327
328
/// <summary>
328
- /// Opens the URL with the given string.
329
+ /// Opens the URL with the given string in browser if scheme is Http or Https.
330
+ /// If the URL is a local file, it will instead be opened with the default application for that file type.
329
331
/// The browser and mode used is based on what's configured in Flow's default browser settings.
330
332
/// Non-C# plugins should use this method.
331
333
/// </summary>
You can’t perform that action at this time.
0 commit comments