https://bugs.kde.org/show_bug.cgi?id=433907
--- Comment #36 from Nate Graham <n...@kde.org> --- Git commit 3d552a2bfcc7b0f5e03bdeef8fcacdbeea9cf5d6 by Nate Graham, on behalf of Fushan Wen. Committed on 29/10/2021 at 17:08. Pushed by ngraham into branch 'master'. taskmanager: Disable tooltips completely when groupDialog is visible Setting active property to false only makes the tooltip invisible, but setting enabled property to false can completely disable the tooltip from rendering. This will bring some performance improvement for the textual list, because when hovering on items in the textual list, the tooltip will be still rendered without enabled: false. M +1 -2 applets/taskmanager/package/contents/ui/Task.qml https://invent.kde.org/plasma/plasma-desktop/commit/3d552a2bfcc7b0f5e03bdeef8fcacdbeea9cf5d6 -- You are receiving this mail because: You are watching all bug changes.