diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index cc6421c9..4222553f 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -57,17 +57,11 @@ PlasmaCore.ColorScope { applet.visible = true; container.visible = true; if (applet.pluginName == "org.kde.phone.notifications") { + applet.expanded = true applet.fullRepresentationItem.parent = notificationsParent; notificationsParent.applet = applet; applet.fullRepresentationItem.anchors.fill = notificationsParent; - } else if (applet.pluginName != "org.kde.phone.quicksettings") { - applet.expanded = true - applet.expanded = false - quickSettings.addPlasmoid(applet, fullRepsLayout.count); - applet.fullRepresentationItem.parent = fullRepsLayout; - fullRepsLayout.currentIndex = 0 - applet.fullRepresentationItem.anchors.fill = fullRepsLayout; - } + } } Component.onCompleted: {