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,15 +1,22 @@
{ {
"area": [ "area": [
{ {
"xpos": 623, "height": 16,
"ypos": 455, "type": "match",
"width": 128, "width": 128,
"height": 16, "xpos": 623,
"type": "match" "ypos": 455
} },
], {
"properties": [], "height": 15,
"tags": [ "type": "match",
"akonadi_migration_notification" "width": 15,
] "xpos": 985,
"ypos": 435
}
],
"properties": [],
"tags": [
"akonadi_migration_notification"
]
} }