diff --git a/containment.cpp b/containment.cpp index c86c1ebe2..80c434859 100644 --- a/containment.cpp +++ b/containment.cpp @@ -980,6 +980,7 @@ void Containment::addApplet(Applet *applet, const QPointF &pos, bool delayInit) //applet->setWindowFlags(Qt::Window); } } else { + applet->restore(*applet->d->mainConfigGroup()); applet->init(); Plasma::Animation *anim = Plasma::Animator::create(Plasma::Animator::AppearAnimation); if (anim) {