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

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.