chore: Update generated dev docs (#4382)

This commit is contained in:
Chris Titus
2026-04-17 09:04:35 -05:00
committed by GitHub
parent a8efcc9c96
commit f31e5eb2ac
79 changed files with 165 additions and 165 deletions

View File

@@ -1,12 +1,12 @@
---
title: "Remove Settings Home Page"
title: "Settings Home Page"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2253}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2385}
"WPFToggleHideSettingsHome": {
"Content": "Remove Settings Home Page",
"Description": "Removes the Home Page in the Windows Settings app.",
"Content": "Settings Home Page",
"Description": "Enable or disable the Home Page in the Windows Settings app.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
@@ -14,10 +14,10 @@ description: ""
{
"Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer",
"Name": "SettingsPageVisibility",
"Value": "hide:home",
"Value": "show:home",
"Type": "String",
"OriginalValue": "show:home",
"DefaultState": "false"
"OriginalValue": "hide:home",
"DefaultState": "true"
}
],
```