https://bugs.kde.org/show_bug.cgi?id=449778
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |af98cef3ef004c564e545ef13c6 | |a0742125e0b02 --- Comment #5 from ratijas <m...@ratijas.tk> --- Git commit af98cef3ef004c564e545ef13c6a0742125e0b02 by ivan tkachenko. Committed on 08/06/2022 at 01:00. Pushed by ratijas into branch 'master'. [applets/devicenotifier] Prevent empty or duplicated actions in expanded view Unfortunately, the list<> basic QML type is too primitive, it does not even expose any kind of remove() functionality, so the only supported way is to create a new list and assign it instead. This fixes the bug when there may appear multiple empty or duplicating actions in the expanded view due to the fact they they were only added to but never cleaned up / removed from the list of contextual actions. M +5 -1 applets/devicenotifier/package/contents/ui/DeviceItem.qml https://invent.kde.org/plasma/plasma-workspace/commit/af98cef3ef004c564e545ef13c6a0742125e0b02 -- You are receiving this mail because: You are watching all bug changes.