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;
applet.fullRepresentationItem.anchors.fill = notificationsParent;
} else {
applet.preferredRepresentation = applet.compactRepresentation
quickSettings.addPlasmoid(applet);
}
}