Update docs for dts again

This commit is contained in:
Samuel Attard 2016-11-25 23:17:31 +11:00
parent b036fdfee0
commit 06960704c4
12 changed files with 53 additions and 33 deletions

View file

@ -154,7 +154,7 @@ Destroys the tray icon immediately.
#### `tray.setImage(image)`
* `image` [NativeImage](native-image.md)
* `image` ([NativeImage](native-image.md) | String)
Sets the `image` associated with this tray icon.
@ -210,9 +210,9 @@ win.on('hide', () => {
#### `tray.displayBalloon(options)` _Windows_
* `options` Object
* `icon` [NativeImage](native-image.md)
* `title` String
* `content` String
* `icon` ([NativeImage](native-image.md) | String) - (optional)
* `title` String - (optional)
* `content` String - (optional)
Displays a tray balloon.