From eb51ec80231cf13accf8af156fa7a4283e2a2f88 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 30 Jul 2026 21:09:27 -0400 Subject: fix: harden lsfg-v2 migration and flatpak support --- shared_config.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shared_config.py') 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, -- cgit v1.2.3