From fcbb1de7a80d5ced25838d4a4495bcc7d136b999 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Mon, 6 Jun 2022 20:17:20 +0200 Subject: [PATCH] RunnerModel: Display KCMs right after application results A few KDE versions ago, the KCM and app results were provided by the same plugin. To make sure they do not appear very far down the list, the plugin id is inserted right after the services runner. CCBUG: 446239 --- applets/kicker/plugin/runnermodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/applets/kicker/plugin/runnermodel.cpp b/applets/kicker/plugin/runnermodel.cpp index dad38a583..824bf26ba 100644 --- a/applets/kicker/plugin/runnermodel.cpp +++ b/applets/kicker/plugin/runnermodel.cpp @@ -241,6 +241,7 @@ void RunnerModel::matchesChanged(const QList &matches) const static QStringList runnerIds = { QStringLiteral("desktopsessions"), QStringLiteral("services"), + QStringLiteral("krunner_systemsettings"), QStringLiteral("places"), QStringLiteral("PowerDevil"), QStringLiteral("calculator"),