From de407e82b7d43c89dccffcdfa2d60e22c2b9ad26 Mon Sep 17 00:00:00 2001 From: Yuri Date: Wed, 9 Apr 2025 23:50:08 +0800 Subject: [PATCH] docs: updated tray doc with tooltip removing (#46515) added tooltip removing doc --- 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 6d11505ac560..27c1d948a124 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -238,7 +238,7 @@ Sets the `image` associated with this tray icon when pressed on macOS. * `toolTip` string -Sets the hover text for this tray icon. +Sets the hover text for this tray icon. Setting the text to an empty string will remove the tooltip. #### `tray.setTitle(title[, options])` _macOS_