mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
widgets/notifications: Fix background clicking being on top of notifications
This commit is contained in:
parent
635f86e02f
commit
55efc9165e
1 changed files with 2 additions and 0 deletions
|
|
@ -124,9 +124,11 @@ Item {
|
|||
criteria: ViewSection.FullString
|
||||
}
|
||||
|
||||
// implement background clicking signal
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: root.backgroundClicked()
|
||||
z: -1 // ensure that this is below notification items so we don't steal button clicks
|
||||
}
|
||||
|
||||
PlasmaExtras.PlaceholderMessage {
|
||||
|
|
|
|||
Loading…
Reference in a new issue