Make gte_preferences_off needle more specific

It matches on the "close the app" button on older Flatpak GTE.
So widen the needle to include the "Preferences" text, and add
a click point.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-07 14:47:22 -08:00
parent 5065202fcc
commit 0a80004f3e
1 changed files with 19 additions and 15 deletions

View File

@ -1,15 +1,19 @@
{
"area": [
{
"xpos": 796,
"height": 24,
"ypos": 61,
"width": 27,
"type": "match"
}
],
"properties": [],
"tags": [
"gte_preferences_off"
]
}
{
"area": [
{
"height": 24,
"type": "match",
"width": 349,
"xpos": 471,
"ypos": 61,
"click_point": {
"xpos": 329,
"ypos": 12
}
}
],
"properties": [],
"tags": [
"gte_preferences_off"
]
}