From e8864872cfbc458305bea3992685f0f600f2e56d Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Mon, 12 Nov 2018 19:54:59 +0530 Subject: [PATCH] simplify --- containments/panel/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);