From 564d0190fdb9aaf3aabdc6df94fe81cfe0c4b442 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 13 Dec 2024 18:25:05 -0800 Subject: [PATCH] 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 --- .../leftbar_generic-kde-titlebar-20241128.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/needles/anaconda/identification/leftbar_generic-kde-titlebar-20241128.json b/needles/anaconda/identification/leftbar_generic-kde-titlebar-20241128.json index b5ba9fb4..6e281cbb 100644 --- a/needles/anaconda/identification/leftbar_generic-kde-titlebar-20241128.json +++ b/needles/anaconda/identification/leftbar_generic-kde-titlebar-20241128.json @@ -8,13 +8,8 @@ "xpos": 20 } ], - "properties": [ - { - "name": "workaround", - "value": "works around anaconda title bar being visible in KDE, which it should not be" - } - ], + "properties": [], "tags": [ "leftbar_generic" ] -} \ No newline at end of file +}