diff --git a/plugins/mobilehotspot/mobilehotspot.cpp b/plugins/mobilehotspot/mobilehotspot.cpp index 2a456228..46bd4409 100644 --- a/plugins/mobilehotspot/mobilehotspot.cpp +++ b/plugins/mobilehotspot/mobilehotspot.cpp @@ -87,7 +87,7 @@ bool MobileHotspot::isShowOnHomePage() const QIcon MobileHotspot::icon() const { - return QIcon(); + return QIcon::fromTheme("ukui-hotspot-symbolic"); } QString MobileHotspot::translationPath() const diff --git a/plugins/netconnect/netconnect.cpp b/plugins/netconnect/netconnect.cpp index b4c0c240..16b50761 100644 --- a/plugins/netconnect/netconnect.cpp +++ b/plugins/netconnect/netconnect.cpp @@ -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 diff --git a/plugins/wlanconnect/wlanconnect.cpp b/plugins/wlanconnect/wlanconnect.cpp index 7c415179..9ac0c71b 100644 --- a/plugins/wlanconnect/wlanconnect.cpp +++ b/plugins/wlanconnect/wlanconnect.cpp @@ -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