Merge pull request #10936 from robinwassen/tray-docs-update
Removed incorrect optional labels from tray.displayBalloon(options) docs
This commit is contained in:
commit
42d6fe209c
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…
Add table
Add a link
Reference in a new issue