Fix bug can not show icon at left information of kylin-nm notify in side-bar

This commit is contained in:
chenlelin 2021-01-22 14:29:14 +08:00
parent f74d78ac2b
commit 0321aea32e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void Utils::onRequestSendDesktopNotify(QString message)
QList<QVariant> args;
args<<(tr("kylin-nm"))
<<((unsigned int) 0)
<<QString("/usr/share/icons/ukui-icon-theme-default/22x22/devices/network-wired.png")
<<QString("/usr/share/icons/ukui-icon-theme-default/24x24/devices/gnome-dev-ethernet.png")
<<tr("kylin network applet desktop message") //显示的是什么类型的信息
<<message //显示的具体信息
<<QStringList()