Browse Source

Removed incorrect optional labels from tray.displayBalloon(options) docs

Robin Andersson 7 years ago
parent
commit
08845c9903
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/tray.md

+ 2 - 2
docs/api/tray.md

@@ -245,8 +245,8 @@ win.on('hide', () => {
 
 * `options` Object
   * `icon` ([NativeImage](native-image.md) | String) - (optional)
-  * `title` String - (optional)
-  * `content` String - (optional)
+  * `title` String
+  * `content` String
 
 Displays a tray balloon.