From 33fafd508c853008304a2dad875a5be64739aac7 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:20:47 -0500 Subject: [PATCH] docs: updated tray doc with tooltip removing (#46592) added tooltip removing doc Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Yuri --- 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_