Merge pull request #644 from lusbuab/patch-1
Correct parameter type of setHightlightMode()
This commit is contained in:
commit
0f714c81cd
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ This is only implmented on OS X.
|
||||||
|
|
||||||
### Tray.setHighlightMode(highlight)
|
### Tray.setHighlightMode(highlight)
|
||||||
|
|
||||||
* `highlight` String
|
* `highlight` Boolean
|
||||||
|
|
||||||
Sets whether the tray icon is highlighted when it is clicked.
|
Sets whether the tray icon is highlighted when it is clicked.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue