This commit is contained in:
Bhushan Shah 2018-11-12 19:54:59 +05:30
parent 944f53ada7
commit e8864872cf

View file

@ -61,7 +61,7 @@ PlasmaCore.ColorScope {
applet.fullRepresentationItem.parent = notificationsParent; applet.fullRepresentationItem.parent = notificationsParent;
notificationsParent.applet = applet; notificationsParent.applet = applet;
applet.fullRepresentationItem.anchors.fill = notificationsParent; applet.fullRepresentationItem.anchors.fill = notificationsParent;
} else if (applet.pluginName != "org.kde.phone.quicksettings") { } else {
applet.expanded = true applet.expanded = true
applet.expanded = false applet.expanded = false
quickSettings.addPlasmoid(applet, fullRepsLayout.count); quickSettings.addPlasmoid(applet, fullRepsLayout.count);