Removed incorrect optional labels from tray.displayBalloon(options) docs
This commit is contained in:
parent
beb06c0787
commit
08845c9903
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue