use kdeconnect-tray icon from breeze-icon set in windows build
This commit is contained in:
parent
a600c27490
commit
f4a960a631
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int IndicatorHelper::daemonHook(QProcess &kdeconnectd)
|
|||
#ifdef QSYSTRAY
|
||||
void IndicatorHelper::systrayIconHook(QSystemTrayIcon &systray)
|
||||
{
|
||||
systray.setIcon(QIcon(QStandardPaths::locate(QStandardPaths::AppLocalDataLocation, QStringLiteral("icons/hicolor/scalable/apps/kdeconnectindicatorwin.svg"))));
|
||||
systray.setIcon(QIcon::fromTheme(QStringLiteral("kdeconnect-tray")));
|
||||
}
|
||||
#else
|
||||
void IndicatorHelper::systrayIconHook(KStatusNotifierItem &systray)
|
||||
|
|
Loading…
Reference in a new issue