Merge pull request #1848 from Bitbored/master

Added `bounds` payload to tray `clicked` event on Windows
This commit is contained in:
Cheng Zhao 2015-06-09 10:49:01 +08:00
commit 03ab9b2686
2 changed files with 11 additions and 2 deletions

View file

@ -55,7 +55,7 @@ Creates a new tray icon associated with the `image`.
Emitted when the tray icon is clicked.
__Note:__ The `bounds` payload is only implemented on OS X.
__Note:__ The `bounds` payload is only implemented on OS X and Windows 7 or newer.
### Event: 'double-clicked'