From b5b67290dee5488f65007430b1993483e41b33cc Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:22:45 +0100 Subject: [PATCH] Fix Search Icon and Label options (#504) As reported in #503 --- Assets/Features.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Features.json b/Assets/Features.json index 401cdcc..e2f19bf 100644 --- a/Assets/Features.json +++ b/Assets/Features.json @@ -839,7 +839,7 @@ "Label": "Show search icon on the taskbar", "Category": "Taskbar", "Action": "Show Search Icon", - "RegistryKey": "Show_Search_Box.reg", + "RegistryKey": "Show_Search_Icon.reg", "ApplyText": "> Changing taskbar search to icon only...", "UndoAction": "Show Search Box", "RegistryUndoKey": "Show_Search_Box.reg", @@ -851,7 +851,7 @@ "Label": "Show search icon with label on the taskbar", "Category": "Taskbar", "Action": "Show Search Label", - "RegistryKey": "Show_Search_Box.reg", + "RegistryKey": "Show_Search_Icon_And_Label.reg", "ApplyText": "> Changing taskbar search to icon with label...", "UndoAction": "Show Search Box", "RegistryUndoKey": "Show_Search_Box.reg",