diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp index 7e6cf2cf7..f9501c492 100644 --- a/shell/shellcorona.cpp +++ b/shell/shellcorona.cpp @@ -550,6 +550,8 @@ QByteArray ShellCorona::dumpCurrentLayoutJS() const QJsonObject appletJson; + appletConfig = KConfigGroup(&appletConfig, QStringLiteral("Configuration")); + appletJson.insert("plugin", pluginName); appletJson.insert("config", dumpconfigGroupJS(appletConfig));