diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-07-30 21:09:27 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-07-30 21:09:27 -0400 |
| commit | eb51ec80231cf13accf8af156fa7a4283e2a2f88 (patch) | |
| tree | 95fd368b42efa29f28b924c8884a8f0d4c80d123 /shared_config.py | |
| parent | 4390d600ffd35184c4c30bc64480f58e468627de (diff) | |
| download | decky-lsfg-vk-feat/lsfg-v2-release.tar.gz decky-lsfg-vk-feat/lsfg-v2-release.zip | |
fix: harden lsfg-v2 migration and flatpak supportfeat/lsfg-v2-release
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shared_config.py b/shared_config.py index c87d01d..77b4c01 100644 --- a/shared_config.py +++ b/shared_config.py @@ -61,6 +61,13 @@ CONFIG_SCHEMA_DEF = { "description": "optional executable or process names, separated by commas", "location": "profile", }, + "use_native_matching": { + "name": "use_native_matching", + "fieldType": ConfigFieldType.BOOLEAN, + "default": False, + "description": "let lsfg-vk choose a profile from Active In instead of forcing the selected profile", + "location": "script", + }, "gpu": { "name": "gpu", "fieldType": ConfigFieldType.STRING, |
