From 8a56ab3947b5655c2d8435191c1a87cea12c5d21 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Tue, 16 Jun 2015 18:17:51 -0700 Subject: [PATCH] Note that setPressedImage only has an effect on OS X --- docs/api/tray.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/tray.md b/docs/api/tray.md index 3be241dde9a..25c9cb451b1 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -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)