From 7950c2c227c387b0063c52db575eb493ad992e30 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 26 Jul 2025 10:45:09 -0400 Subject: set wsi disable toggled on by default --- shared_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared_config.py') diff --git a/shared_config.py b/shared_config.py index 3f27491..4a32776 100644 --- a/shared_config.py +++ b/shared_config.py @@ -119,7 +119,7 @@ CONFIG_SCHEMA_DEF = { "deactivate_wsi": { "name": "deactivate_wsi", "fieldType": ConfigFieldType.BOOLEAN, - "default": False, + "default": True, "description": "Deactivates Gamescope WSI Layer, use with HDR off, workaround if frame generation isn't applying or isn't feeling smooth", "location": "script" } -- cgit v1.2.3