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:

ParameterTypeDescription
ignorebooleanWhether to ignore double click events.

Returns: void