https://bugs.kde.org/show_bug.cgi?id=450798
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/3b | |94e9cd124d698e2774a8f3629f2 | |6b54547d314 Version Fixed In| |5.27 --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 3b94e9cd124d698e2774a8f3629f26b54547d314 by Nate Graham. Committed on 26/12/2022 at 15:37. Pushed by ngraham into branch 'master'. applets/taskmanager: always allow using tooltips for grouped tasks Right now you can only use tooltips to switch between grouped tasks if they are enabled for hover too. This seems like an arbitrary limitation, and also results in an awkward UI in which you can disable tooltips for hover and enable them for switching between grouped tasks, but when you do so, you see a message that says "sorry, this is an invalid combination of settings!" Well, let's make it not be an invalid combination of settings! This commit does just that, allowing a new combination of settings that users have requested while removing an awkward UI and reducing code complexity. FIXED-IN: 5.27 M +3 -9 applets/taskmanager/package/contents/ui/ConfigAppearance.qml M +0 -14 applets/taskmanager/package/contents/ui/ConfigBehavior.qml M +3 -1 applets/taskmanager/package/contents/ui/Task.qml M +4 -11 applets/taskmanager/package/contents/ui/code/tools.js M +1 -2 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/3b94e9cd124d698e2774a8f3629f26b54547d314 -- You are receiving this mail because: You are watching all bug changes.