更换ukcc插件图标.

This commit is contained in:
iaom 2022-05-19 09:48:50 +08:00
parent 76c1a7f73b
commit bc8373d025
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ bool Search::isShowOnHomePage() const
QIcon Search::icon() const
{
return QIcon();
return QIcon::fromTheme("search-symbolic");
}
bool Search::isEnable() const