We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56beb3 commit 128b583Copy full SHA for 128b583
src/tools/launcher/applauncherwidget.cpp
@@ -177,7 +177,7 @@ void AppLauncherWidget::searchChanged(const QString& text)
177
m_filterList->show();
178
m_filterList->clear();
179
const QRegularExpression regexp(
180
- QRegularExpression::wildcardToRegularExpression(text),
+ QRegularExpression::wildcardToRegularExpression("*" + text + "*"),
181
QRegularExpression::CaseInsensitiveOption);
182
QVector<DesktopAppData> apps;
183
0 commit comments