Browse Source

[docs] app.isDefaultProtocolClient is available on Linux now (#12674)

James Wheare 7 years ago
parent
commit
bf2b4814e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/app.md

+ 1 - 1
docs/api/app.md

@@ -604,7 +604,7 @@ This method checks if the current executable as the default handler for a
 protocol (aka URI scheme). If so, it will remove the app as the default handler.
 
 
-### `app.isDefaultProtocolClient(protocol[, path, args])` _macOS_ _Windows_
+### `app.isDefaultProtocolClient(protocol[, path, args])`
 
 * `protocol` String - The name of your protocol, without `://`.
 * `path` String (optional) _Windows_ - Defaults to `process.execPath`