Skip to content

ElectronTray.setIgnoreDoubleClickEvents method

ElectronTray › setIgnoreDoubleClickEvents

Unofficial

Sets the option to ignore double click events. Ignoring these events allows you to detect every individual click of the tray icon. darwin only.

Signature:

setIgnoreDoubleClickEvents(ignore: boolean): void

Parameters:

Parameter Type Description
ignore boolean Whether to ignore double click events.

Returns: void