Don't let notification popup accept focus

This fixes for example the system tray popup closing when dismissing a notification.

REVIEW: 122342
FIXED-IN: 5.2.1
BUG: 338946
wilder-5.14
Kai Uwe Broulik 11 years ago
parent 9bc7117976
commit 522a76ea2f
  1. 1
      applets/notifications/package/contents/ui/NotificationPopup.qml

@ -30,6 +30,7 @@ PlasmaCore.Dialog {
location: PlasmaCore.Types.Floating
type: PlasmaCore.Dialog.Notification
flags: Qt.WindowDoesNotAcceptFocus
property var notificationProperties
signal notificationTimeout()

Loading…
Cancel
Save