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: "Disable Multiplane Overlay"
title: "Multiplane Overlay"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=2365}
```json {filename="config/tweaks.json",linenos=inline,linenostart=2271}
"WPFToggleMultiplaneOverlay": {
"Content": "Disable Multiplane Overlay",
"Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",
"Content": "Multiplane Overlay",
"Description": "Enable or disable the Multiplane Overlay, which can sometimes cause issues with graphics cards.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
@@ -14,10 +14,10 @@ description: ""
{
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Dwm",
"Name": "OverlayTestMode",
"Value": "5",
"Value": "0",
"Type": "DWord",
"OriginalValue": "<RemoveEntry>",
"DefaultState": "false"
"OriginalValue": "5",
"DefaultState": "true"
}
],
```