How to set tooltip for system tray icon? #4871
-
|
like electron setToolTip: https://www.electronjs.org/docs/latest/api/tray#traysettooltiptooltip |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Aug 5, 2022
Replies: 1 comment 2 replies
-
|
Initial upstream support was just merged 3 days ago: tauri-apps/tao#410. But it needs some time until we can expose it in Tauri. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wkl007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Initial upstream support was just merged 3 days ago: tauri-apps/tao#410. But it needs some time until we can expose it in Tauri.
Also note that it currently is macOS only, but Windows will be added before it lands in Tauri.
Libappindicator (Linux) doesn't seem to support it at all tho.