https://bugs.kde.org/show_bug.cgi?id=520447
--- Comment #3 from Nate Graham <[email protected]> --- Git commit 8c7d5dbb941c05e4d00631d74f1c669fd05e1eea by Nate Graham. Committed on 22/05/2026 at 15:22. Pushed by ngraham into branch 'master'. applets/taskmanager: position badges correctly while audio is playing An unqualified property access issue mis-positioned the badge since it has an `icon` property, while the mask doesn't, so they ended up in different places. Even fixing that, the badge wasn't positioned in the intended place (bottom left corner) due to a faulty y value calculation. Fix both by referencing the root item's geometry instead of properties out of the current scope. M +3 -2 applets/taskmanager/qml/TaskBadgeOverlay.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8c7d5dbb941c05e4d00631d74f1c669fd05e1eea -- You are receiving this mail because: You are watching all bug changes.
