always force panel applets to be compact

This commit is contained in:
Marco Martin 2019-02-07 20:18:54 +01:00
parent 8f1ba4b1a4
commit 6184b2cae0

View file

@ -64,6 +64,7 @@ PlasmaCore.ColorScope {
notificationsParent.applet = applet; notificationsParent.applet = applet;
applet.fullRepresentationItem.anchors.fill = notificationsParent; applet.fullRepresentationItem.anchors.fill = notificationsParent;
} else { } else {
applet.preferredRepresentation = applet.compactRepresentation
quickSettings.addPlasmoid(applet); quickSettings.addPlasmoid(applet);
} }
} }