diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-26 10:45:09 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-26 10:45:09 -0400 |
| commit | 7950c2c227c387b0063c52db575eb493ad992e30 (patch) | |
| tree | d240de1320d880e9955a589e93728ec29043d462 /shared_config.py | |
| parent | 057fdce8e43bb8bba78899286c77a6287e6b7e08 (diff) | |
| download | decky-lsfg-vk-7950c2c227c387b0063c52db575eb493ad992e30.tar.gz decky-lsfg-vk-7950c2c227c387b0063c52db575eb493ad992e30.zip | |
set wsi disable toggled on by default
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
