From f6030eec0b210763fd1c712437817266b0f0a35d Mon Sep 17 00:00:00 2001 From: MyDrift Date: Fri, 1 Aug 2025 17:42:18 +0200 Subject: [PATCH] add WPFToggleMultiplaneOverlay Toggle (#3438) --- config/tweaks.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 7877f091..73fbba8a 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -3646,6 +3646,25 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/stickykeys" }, + "WPFToggleMultiplaneOverlay": { + "Content": "Multiplane Overlay", + "Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.", + "category": "Customize Preferences", + "panel": "2", + "Order": "a111_", + "Type": "Toggle", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\DWM", + "Name": "OverlayTestMode", + "Value": "5", + "OriginalValue": "", + "DefaultState": "true", + "Type": "DWord" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/multplaneoverlay" + }, "WPFToggleHiddenFiles": { "Content": "Show Hidden Files", "Description": "If Enabled then Hidden Files will be shown.",