From bbd959cee4d4b3ac784cc5543464775c10a0b981 Mon Sep 17 00:00:00 2001 From: Janleyx <242423638+Janleyx@users.noreply.github.com> Date: Sat, 18 Jul 2026 10:21:48 -0400 Subject: document Armada-only launch behavior --- py_modules/lsfg_vk/plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py_modules/lsfg_vk') diff --git a/py_modules/lsfg_vk/plugin.py b/py_modules/lsfg_vk/plugin.py index 2cb08f4..dee2650 100644 --- a/py_modules/lsfg_vk/plugin.py +++ b/py_modules/lsfg_vk/plugin.py @@ -256,6 +256,8 @@ class Plugin: Returns: Dict containing the launch option string and instructions """ + # Armada-specific: other distributions do not ship this wrapper and + # continue through the unchanged generic launch option below. if ARMADA_GAME_LAUNCH.is_file(): return { "launch_option": f"~/lsfg {ARMADA_GAME_LAUNCH} %command%", -- cgit v1.2.3