Fixed bug merged in #4577 that breaks Taskbar Search Icon tweak (#4649)

Co-authored-by: gepardjaro <266757713+drzewjaro@users.noreply.github.com>
This commit is contained in:
Jarosław Drzewiecki de Ogańczyk
2026-06-08 16:48:41 +02:00
committed by GitHub
parent eebb56ac5a
commit 3ef100a083
+2 -2
View File
@@ -1775,9 +1775,9 @@
{ {
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search", "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
"Name": "SearchboxTaskbarMode", "Name": "SearchboxTaskbarMode",
"Value": "0", "Value": "1",
"Type": "DWord", "Type": "DWord",
"OriginalValue": "d", "OriginalValue": "0",
"DefaultState": "true" "DefaultState": "true"
} }
], ],