Merge pull request #1994 from atom/paulcbetts-patch-1

Note that setPressedImage only has an effect on OS X
This commit is contained in:
Paul Betts 2015-06-16 18:18:14 -07:00
commit 0b35d97821

View file

@ -96,7 +96,7 @@ Sets the `image` associated with this tray icon.
* `image` [NativeImage](native-image.md)
Sets the `image` associated with this tray icon when pressed.
Sets the `image` associated with this tray icon when pressed on OS X.
### Tray.setToolTip(toolTip)