Close the notification when clicked anywhere

wilder-5.14
Martin Klapetek 12 years ago
parent acb80c11ec
commit 566122b977
  1. 5
      applets/notifications/package/contents/ui/NotificationPopup.qml

@ -75,6 +75,11 @@ PlasmaCore.Dialog {
}
}
onClicked: {
closeNotification(notificationProperties.source)
notificationPopup.hide()
}
QIconItem {
id: appIconItem
height: units.iconSizes.large

Loading…
Cancel
Save