From 5be14a4b8fd75cafbfa61f4316372d49709d3643 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 17 Dec 2020 10:28:54 +0100 Subject: [PATCH] Last icon fix --- src/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.cpp b/src/controller.cpp index 731cf9171..752b9ec8f 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -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