ElectronTray.setToolTip method
ElectronTray › setToolTip
Unofficial
Sets the hover text for this tray icon.Signature:
setToolTip(toolTip: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| toolTip | string | The hover text for this tray icon. |
Returns: void