diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-26 10:48:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 10:48:39 -0400 |
| commit | b4fbaf233f6e190001cb40f4f0cc87cc5365e622 (patch) | |
| tree | d240de1320d880e9955a589e93728ec29043d462 /shared_config.py | |
| parent | c6ae060757a2f19f60681639b4f73a6bd075f5d7 (diff) | |
| parent | 7950c2c227c387b0063c52db575eb493ad992e30 (diff) | |
| download | decky-lsfg-vk-b4fbaf233f6e190001cb40f4f0cc87cc5365e622.tar.gz decky-lsfg-vk-b4fbaf233f6e190001cb40f4f0cc87cc5365e622.zip | |
Merge pull request #94 from xXJSONDeruloXx/default-wsiv0.7.3
feat: Default wsi disable toggle on and bump to top of workarounds drawer
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" } |
