You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
497 B
14 lines
497 B
diff --git a/src/kstatusnotifieritem.cpp b/src/kstatusnotifieritem.cpp
|
|
index f9bf460..f9f68a4 100644
|
|
--- a/src/kstatusnotifieritem.cpp
|
|
+++ b/src/kstatusnotifieritem.cpp
|
|
@@ -786,6 +786,8 @@ void KStatusNotifierItemPrivate::legacyActivated(QSystemTrayIcon::ActivationReas
|
|
{
|
|
if (reason == QSystemTrayIcon::MiddleClick) {
|
|
emit q->secondaryActivateRequested(systemTrayIcon->geometry().topLeft());
|
|
+ } else if (reason == QSystemTrayIcon::Trigger) {
|
|
+ q->activate();
|
|
}
|
|
}
|
|
|