Fix appstream runner results appearing before apps/kcms

BUG: 457600
wilder-5.26
Alexander Lohnau 4 years ago
parent 648648f118
commit ad0f0d129d
  1. 2
      runners/appstream/appstreamrunner.cpp

@ -127,7 +127,7 @@ void InstallerRunner::match(Plasma::RunnerContext &context)
}
Plasma::QueryMatch match(this);
match.setType(Plasma::QueryMatch::PossibleMatch);
match.setType(Plasma::QueryMatch::NoMatch); // Make sure it is less relavant than KCMs or apps
match.setId(componentId);
match.setIcon(componentIcon(component));
match.setText(i18n("Get %1…", component.name()));

Loading…
Cancel
Save