From 5a989b05472675c4b4efc4872176a14ec35eeac5 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 30 May 2024 07:14:07 +0200 Subject: [PATCH] chore: recommend the vive driver for non-lighthouse devices --- src/ui/profile_editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/profile_editor.rs b/src/ui/profile_editor.rs index 3233860..36cfe93 100644 --- a/src/ui/profile_editor.rs +++ b/src/ui/profile_editor.rs @@ -154,7 +154,7 @@ impl SimpleComponent for ProfileEditor { "Lighthouse Driver", Some(concat!( "Driver for lighhouse tracked XR devices (ie: Valve Index, HTC Vive...). Only applicable for Monado.\n\n", - " \u{2022} Vive: 3DOF tracking\n", + " \u{2022} Vive: 3DOF tracking; use this if your device doesn't use lighthouses\n", " \u{2022} Survive: 6DOF reverse engineered lighthouse tracking provided by Libsurvive\n", " \u{2022} SteamVR: 6DOF lighthouse tracking using the proprietary SteamVR driver", )),