From fe278200116d94827c4e555d2d83156099db78dc Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Sat, 9 Mar 2024 12:43:21 -0800 Subject: [PATCH] update readme --- docs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 211c946..8e60ad1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -443,7 +443,10 @@ ahk.menu_tray_icon() # change the tooltip that shows up when hovering the mouse over the tray icon ahk.menu_tray_tooltip('My Program Name') -# Show the tray icon that was previously hidden by ``NoTrayIcon`` +# Hide the tray icon +ahk.menu_tray_icon_hide() + +# Show the tray icon that was previously hidden by ``NoTrayIcon`` or ``menu_tray_icon_hide`` ahk.menu_tray_icon_show() ```