Fix Search Icon and Label options (#504)

As reported in #503
This commit is contained in:
Jeffrey
2026-03-05 23:22:45 +01:00
committed by GitHub
parent d25960de64
commit b5b67290de

View File

@@ -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",