Commit 2ed852e
authored
fix(trayicon): re-apply tooltip after show() to fix empty tooltip on Windows 11 (#115)
On Windows 11, QSystemTrayIcon tooltips set before show() may not
register with the system tray backend, resulting in an empty tooltip
on hover. Re-applying the tooltip text after the icon is visible
ensures the platform picks it up.
Fixes #1121 parent 6ab7e3f commit 2ed852e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
262 | 268 | | |
263 | 269 | | |
264 | 270 | | |
| |||
0 commit comments