Whoops, add missing area to akonadi notification needle

Needed for the click to actually dismiss the notification.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-12-06 10:07:40 -08:00
parent c8672f3b48
commit 629c67e1f5

View File

@ -1,11 +1,18 @@
{ {
"area": [ "area": [
{ {
"xpos": 623,
"ypos": 455,
"width": 128,
"height": 16, "height": 16,
"type": "match" "type": "match",
"width": 128,
"xpos": 623,
"ypos": 455
},
{
"height": 15,
"type": "match",
"width": 15,
"xpos": 985,
"ypos": 435
} }
], ],
"properties": [], "properties": [],