diff --git a/src/tabbox/tabboxhandler.cpp b/src/tabbox/tabboxhandler.cpp index 876e87f375..e606e0ca3d 100644 --- a/src/tabbox/tabboxhandler.cpp +++ b/src/tabbox/tabboxhandler.cpp @@ -235,7 +235,7 @@ QObject *TabBoxHandlerPrivate::createSwitcherItem() // load default offers = KPackage::PackageLoader::self()->findPackages(type, folderName, [](const KPluginMetaData &data) { - return data.pluginId().compare(QStringLiteral("informative"), Qt::CaseInsensitive) == 0; + return data.pluginId().compare(QStringLiteral("compact"), Qt::CaseInsensitive) == 0; }); if (offers.isEmpty()) { qCDebug(KWIN_TABBOX) << "could not find default window switcher layout";