diff --git a/docs/api/tray.md b/docs/api/tray.md index f130d12793..8daec54962 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -241,6 +241,15 @@ win.on('hide', () => { }) ``` +#### `tray.setIgnoreDoubleClickEvents(ignore)` _macOS_ + +* `ignore` Boolean + +Sets the option to ignore double click events. Ignoring these events allow you +to detect every individual click of the tray icon. + +This value is set to false by default. + #### `tray.displayBalloon(options)` _Windows_ * `options` Object