chore: Update generated dev docs (#4624)

This commit is contained in:
Chris Titus
2026-06-03 13:29:11 -05:00
committed by GitHub
parent 462cc40a6a
commit 4bda00ec2d
24 changed files with 47 additions and 47 deletions
@@ -3,10 +3,10 @@ title: "Taskbar Search Icon"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=1734}
```json {filename="config/tweaks.json",linenos=inline,linenostart=1789}
"WPFToggleTaskbarSearch": {
"Content": "Taskbar Search Icon",
"Description": "If enabled, Search Button will be on the Taskbar.",
"Description": "Toggles the Search Button on the Taskbar.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
@@ -14,9 +14,9 @@ description: ""
{
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
"Name": "SearchboxTaskbarMode",
"Value": "1",
"Value": "0",
"Type": "DWord",
"OriginalValue": "0",
"OriginalValue": "d",
"DefaultState": "true"
}
],