Last icon fix
This commit is contained in:
@@ -64,7 +64,7 @@ Controller::Controller(QObject *parent)
|
|||||||
#ifndef Q_OS_ANDROID
|
#ifndef Q_OS_ANDROID
|
||||||
TrayIcon *trayIcon = new TrayIcon(this);
|
TrayIcon *trayIcon = new TrayIcon(this);
|
||||||
connect(trayIcon, &TrayIcon::showWindow, this, &Controller::showWindow);
|
connect(trayIcon, &TrayIcon::showWindow, this, &Controller::showWindow);
|
||||||
trayIcon->setIconSource("neochat");
|
trayIcon->setIconSource("org.kde.neochat");
|
||||||
trayIcon->setIsOnline(true);
|
trayIcon->setIsOnline(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user