summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-07-30 21:09:27 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-07-30 21:09:27 -0400
commiteb51ec80231cf13accf8af156fa7a4283e2a2f88 (patch)
tree95fd368b42efa29f28b924c8884a8f0d4c80d123 /shared_config.py
parent4390d600ffd35184c4c30bc64480f58e468627de (diff)
downloaddecky-lsfg-vk-eb51ec80231cf13accf8af156fa7a4283e2a2f88.tar.gz
decky-lsfg-vk-eb51ec80231cf13accf8af156fa7a4283e2a2f88.zip
fix: harden lsfg-v2 migration and flatpak supportfeat/lsfg-v2-release
Diffstat (limited to 'shared_config.py')
-rw-r--r--shared_config.py7
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,