From ab8ddfef740ad2877e4d82be6471474c89755653 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 26 Jul 2025 14:53:30 -0400 Subject: swap wsi disable to enable, ui toggle off state as enable = 0 on default --- shared_config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shared_config.py') diff --git a/shared_config.py b/shared_config.py index 4a32776..09aa596 100644 --- a/shared_config.py +++ b/shared_config.py @@ -116,11 +116,11 @@ CONFIG_SCHEMA_DEF = { "location": "script" }, - "deactivate_wsi": { - "name": "deactivate_wsi", + "enable_wsi": { + "name": "enable_wsi", "fieldType": ConfigFieldType.BOOLEAN, - "default": True, - "description": "Deactivates Gamescope WSI Layer, use with HDR off, workaround if frame generation isn't applying or isn't feeling smooth", + "default": False, + "description": "Enable Gamescope WSI Layer, disable if frame generation isn't applying or isn't feeling smooth (use with HDR off)", "location": "script" } } -- cgit v1.2.3