Update tray double-click docs
* Mention bounds payload
This commit is contained in:
parent
f53995d555
commit
1a074bb148
1 changed files with 7 additions and 0 deletions
|
@ -76,6 +76,13 @@ will be emitted if the tray icon has context menu.
|
||||||
|
|
||||||
Emitted when the tray icon is double clicked.
|
Emitted when the tray icon is double clicked.
|
||||||
|
|
||||||
|
* `event`
|
||||||
|
* `bounds` Object - the bounds of tray icon
|
||||||
|
* `x` Integer
|
||||||
|
* `y` Integer
|
||||||
|
* `width` Integer
|
||||||
|
* `height` Integer
|
||||||
|
|
||||||
__Note:__ This is only implemented on OS X.
|
__Note:__ This is only implemented on OS X.
|
||||||
|
|
||||||
### Event: 'balloon-show'
|
### Event: 'balloon-show'
|
||||||
|
|
Loading…
Reference in a new issue