fix(search): 修复搜索应用时图标显示异常问题
This commit is contained in:
parent
f62d0dc8fb
commit
598758c28d
|
@ -104,7 +104,7 @@ void AppSearchPluginPrivate::run()
|
|||
app.setType(DataType::Normal);
|
||||
app.setId(result.getValue(UkuiSearch::SearchProperty::ApplicationDesktopPath).toString());
|
||||
app.setName(result.getValue(UkuiSearch::SearchProperty::ApplicationLocalName).toString());
|
||||
app.setIcon("image://theme/" + result.getValue(UkuiSearch::SearchProperty::ApplicationIconName).toString());
|
||||
app.setIcon(result.getValue(UkuiSearch::SearchProperty::ApplicationIconName).toString());
|
||||
|
||||
Q_EMIT this->searchedOne(app);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue