控制面板导航栏图标由插件设置
This commit is contained in:
parent
a3a567276e
commit
74c7cf6239
|
@ -87,7 +87,7 @@ bool MobileHotspot::isShowOnHomePage() const
|
|||
|
||||
QIcon MobileHotspot::icon() const
|
||||
{
|
||||
return QIcon();
|
||||
return QIcon::fromTheme("ukui-hotspot-symbolic");
|
||||
}
|
||||
|
||||
QString MobileHotspot::translationPath() const
|
||||
|
|
|
@ -138,7 +138,7 @@ bool NetConnect::isShowOnHomePage() const
|
|||
|
||||
QIcon NetConnect::icon() const
|
||||
{
|
||||
return QIcon();
|
||||
return QIcon::fromTheme("network-wired-acquiring-symbolic");
|
||||
}
|
||||
|
||||
QString NetConnect::translationPath() const
|
||||
|
|
|
@ -154,7 +154,7 @@ bool WlanConnect::isShowOnHomePage() const
|
|||
|
||||
QIcon WlanConnect::icon() const
|
||||
{
|
||||
return QIcon();
|
||||
return QIcon::fromTheme("network-wireless-signal-excellent-symbolic");
|
||||
}
|
||||
|
||||
QString WlanConnect::translationPath() const
|
||||
|
|
Loading…
Reference in New Issue