1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-18 08:33:08 +00:00

Drop workaround property from KDE leftbar needle

It always matches, even when we're *not* working around the KDE
title bar issue, so we'd better not mark it as a workaround.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-12-13 18:25:05 -08:00
parent 601555d79b
commit 564d0190fd

View File

@ -8,12 +8,7 @@
"xpos": 20 "xpos": 20
} }
], ],
"properties": [ "properties": [],
{
"name": "workaround",
"value": "works around anaconda title bar being visible in KDE, which it should not be"
}
],
"tags": [ "tags": [
"leftbar_generic" "leftbar_generic"
] ]