Fix Multiplane Overlay toggle (#4768)

* Fix MPO values

DisableOverlays should be 0

* Update tweaks.json
This commit is contained in:
LKmXr
2026-07-04 12:20:48 +07:00
committed by GitHub
parent 466d32e690
commit 9846dd7b49

View File

@@ -1462,10 +1462,10 @@
{
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers",
"Name": "DisableOverlays",
"Value": "1",
"Value": "0",
"Type": "DWord",
"OriginalValue": "0",
"DefaultState": "false"
"OriginalValue": "1",
"DefaultState": "true"
}
],
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/multiplaneoverlay"