diff --git a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml index f01c3a250..714aae293 100644 --- a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml +++ b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml @@ -165,7 +165,7 @@ Item { action: modelData } onObjectAdded: { - if (object !== actionsButton.applet.action("configure")) { + if (object.action !== actionsButton.applet.action("configure")) { configMenu.addMenuItem(object); } }