docs: Small style fix for #2337
This commit is contained in:
parent
0ca9dfbc12
commit
42ce91323c
1 changed files with 3 additions and 3 deletions
|
@ -74,15 +74,15 @@ will be emitted if the tray icon has context menu.
|
||||||
|
|
||||||
### Event: 'double-clicked'
|
### Event: 'double-clicked'
|
||||||
|
|
||||||
Emitted when the tray icon is double clicked.
|
|
||||||
|
|
||||||
* `event`
|
* `event`
|
||||||
* `bounds` Object - the bounds of tray icon
|
* `bounds` Object - the bounds of tray icon
|
||||||
* `x` Integer
|
* `x` Integer
|
||||||
* `y` Integer
|
* `y` Integer
|
||||||
* `width` Integer
|
* `width` Integer
|
||||||
* `height` Integer
|
* `height` Integer
|
||||||
|
|
||||||
|
Emitted when the tray icon is double clicked.
|
||||||
|
|
||||||
__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