Closed udelledo closed 1 day ago
I have checked this out and you're right. However all the other apps I have installed have the same restriction (Dropbox, Docker etc).
I think this may be a "feature" of macOS...
Jetbrains Toolbox doesn't have this behavior, and shows the tooltip even on full screen, so I don't think it's a restriction on MacOs side, but definitely it looks like they expect something different to be set, because also in my case, many other apps do not show the tooltip.
Checklist
Describe the bug
I have configured my fyne app to show a tooltip using the
systray.SetTooltip("tooltip")
method. I can correctly see the tooltip when I hover on the sytray icon when the systray bar is shown on a Desktop window (on both monitors in my dual monitor setup), however when I hover on the icon in a space (full windowed app), the tooltip is not shownHow to reproduce
Screenshots
No response
Example code
Fyne version
2.5.1
Go compiler version
1.23.2
Operating system and version
Mac OS 14.7.1
Additional Information
No response