Display monochrome icon in tray

Fix #471
This commit is contained in:
Carl Schwan
2021-12-25 15:29:27 +01:00
parent e79e06235f
commit 28137c8c86
6 changed files with 6 additions and 19 deletions

View File

@@ -12,7 +12,7 @@
TrayIcon::TrayIcon(QObject *parent)
: QSystemTrayIcon(parent)
{
setIcon(QIcon(":/icons/org.kde.neochat.svg"));
setIcon(QIcon(":/icons/org.kde.neochat.tray.svg"));
QMenu *menu = new QMenu();
auto viewAction_ = new QAction(i18n("Show"), parent);