fix icon
This commit is contained in:
parent
454a37d7db
commit
3d79a260ea
|
@ -139,7 +139,7 @@ bool NetConnect::isShowOnHomePage() const
|
||||||
|
|
||||||
QIcon NetConnect::icon() const
|
QIcon NetConnect::icon() const
|
||||||
{
|
{
|
||||||
return QIcon::fromTheme("network-wired-acquiring-symbolic");
|
return QIcon::fromTheme("network-wired-symbolic");
|
||||||
}
|
}
|
||||||
|
|
||||||
QString NetConnect::translationPath() const
|
QString NetConnect::translationPath() const
|
||||||
|
|
Loading…
Reference in New Issue