From 6ca238852ad2af5080136ce9e468035a638db4a1 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 9 Sep 2014 15:04:00 +0200 Subject: [PATCH] Correct parameter type of setHightlightMode() --- 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 7d6ebc96713a..a25fd6cbbfe9 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -82,7 +82,7 @@ This is only implmented on OS X. ### Tray.setHighlightMode(highlight) -* `highlight` String +* `highlight` Boolean Sets whether the tray icon is highlighted when it is clicked.