Last icon fix

This commit is contained in:
Carl Schwan
2020-12-17 10:28:54 +01:00
parent 13bcb5c0ff
commit 00e6584f84

View File

@@ -64,7 +64,7 @@ Controller::Controller(QObject *parent)
#ifndef Q_OS_ANDROID
TrayIcon *trayIcon = new TrayIcon(this);
connect(trayIcon, &TrayIcon::showWindow, this, &Controller::showWindow);
trayIcon->setIconSource("neochat");
trayIcon->setIconSource("org.kde.neochat");
trayIcon->setIsOnline(true);
#endif