summaryrefslogtreecommitdiff
path: root/shared_config.py
diff options
context:
space:
mode:
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,