diff --git a/src/trayicon_sni.cpp b/src/trayicon_sni.cpp index 149b98f17..7c188bb63 100644 --- a/src/trayicon_sni.cpp +++ b/src/trayicon_sni.cpp @@ -11,10 +11,6 @@ TrayIcon::TrayIcon(QObject *parent) { setCategory(KStatusNotifierItem::ItemCategory::Communications); setIconByName(QStringLiteral("org.kde.neochat.tray")); - connect(this, &KStatusNotifierItem::activateRequested, this, [this] { - KWindowSystem::setCurrentXdgActivationToken(providedToken()); - WindowController::instance().toggleWindow(); - }); connect(&WindowController::instance(), &WindowController::windowChanged, this, [this] { setAssociatedWindow(WindowController::instance().window());