https://bugs.kde.org/show_bug.cgi?id=492530
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |2340207f2e3f5ffa4b890a007cb | |b5f5e81957648 Version Fixed In| |6.3.0 Status|ASSIGNED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 2340207f2e3f5ffa4b890a007cbb5f5e81957648 by Nate Graham. Committed on 25/11/2024 at 16:42. Pushed by ngraham into branch 'master'. applets/taskmanager: At least show something when thumbnails are disabled There's an option to not show window thumbnails, but when you use it, all tooltips for tasks disappear, not just window thumbnails. This isn't ideal since you lose all feedback about the hovered task. In addition, the behavior doesn't match the text of the option, since more than just tooltips disappear. Instead, show the small title-and-subtitle style tooltips. FIXED-IN: 6.3.0 M +1 -3 applets/taskmanager/package/contents/ui/PlayerController.qml M +5 -7 applets/taskmanager/package/contents/ui/Task.qml M +7 -4 applets/taskmanager/package/contents/ui/ToolTipDelegate.qml M +13 -9 applets/taskmanager/package/contents/ui/ToolTipInstance.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/2340207f2e3f5ffa4b890a007cbb5f5e81957648 -- You are receiving this mail because: You are watching all bug changes.