diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 86981c48..0e1db1ac 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -61,7 +61,7 @@ PlasmaCore.ColorScope { applet.fullRepresentationItem.parent = notificationsParent; notificationsParent.applet = applet; applet.fullRepresentationItem.anchors.fill = notificationsParent; - } else if (applet.pluginName != "org.kde.phone.quicksettings") { + } else { applet.expanded = true applet.expanded = false quickSettings.addPlasmoid(applet, fullRepsLayout.count);