Skip to content

Commit 3c54e0e

Browse files
authored
Fix Multiplane Overlay toggle (#3632)
1 parent d17e8bc commit 3c54e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/tweaks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,7 +3700,7 @@
37003700
},
37013701

37023702
"WPFToggleMultiplaneOverlay": {
3703-
"Content": "Multiplane Overlay",
3703+
"Content": "Disable Multiplane Overlay",
37043704
"Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",
37053705
"category": "Customize Preferences",
37063706
"panel": "2",
@@ -3712,7 +3712,7 @@
37123712
"Name": "OverlayTestMode",
37133713
"Value": "5",
37143714
"OriginalValue": "<RemoveEntry>",
3715-
"DefaultState": "true",
3715+
"DefaultState": "false",
37163716
"Type": "DWord"
37173717
}
37183718
],

0 commit comments

Comments
 (0)