diff --git a/src/plasmaquick/appletquickitem.cpp b/src/plasmaquick/appletquickitem.cpp --- a/src/plasmaquick/appletquickitem.cpp +++ b/src/plasmaquick/appletquickitem.cpp @@ -296,7 +296,9 @@ time = QDateTime::currentMSecsSinceEpoch(); } createFullRepresentationItem(); - if (!applet->isContainment() && + + // When not already expanded, also preload the expander + if (!expanded && !applet->isContainment() && (!preferredRepresentation || preferredRepresentation != fullRepresentation)) { createCompactRepresentationExpanderItem();