Merge pull request #10936 from robinwassen/tray-docs-update

Removed incorrect optional labels from tray.displayBalloon(options) docs
This commit is contained in:
Cheng Zhao 2017-11-03 15:08:43 +09:00 committed by GitHub
commit 42d6fe209c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.