You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the tray icon (for example, the tray tip text) for the Hotkey process. Today, is is possible to hide the tray icon for the hotkey process through the NoTrayIcon directive with the apply_to_hotkeys_process keyword.
For the normal daemon process, the menu_tray_* methods can be used for modifying the tray icon. However, there aren't great options for modifying the tray icon in other ways for the hotkey process.
The text was updated successfully, but these errors were encountered:
Checked the documentation
describe your feature request
I want to change the tray icon (for example, the tray tip text) for the Hotkey process. Today, is is possible to hide the tray icon for the hotkey process through the
NoTrayIcon
directive with theapply_to_hotkeys_process
keyword.For the normal daemon process, the
menu_tray_*
methods can be used for modifying the tray icon. However, there aren't great options for modifying the tray icon in other ways for the hotkey process.The text was updated successfully, but these errors were encountered: