mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +00:00
fix: typos in profile editor
This commit is contained in:
parent
2bdc6239df
commit
3ca62c7d36
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ fn env_var_descriptions() -> Vec<(&'static str, &'static str)> {
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"LH_DRIVER",
|
"LH_DRIVER",
|
||||||
"Lighthouse driver, this overrides the \"Lighthouse driver option in the profile\"; Valid options are:\n\"vive\" for the default built-in driver;\n\"survive\" for Libsurvive;\n\"steamvr\" for the SteamVR based implementation."
|
"Lighthouse driver, this overrides the \"Lighthouse driver\" option in the profile; Valid options are:\n\"vive\" for the default built-in driver;\n\"survive\" for Libsurvive;\n\"steamvr\" for the SteamVR based implementation."
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"LH_LOG",
|
"LH_LOG",
|
||||||
|
|
|
@ -143,7 +143,7 @@ impl SimpleComponent for ProfileEditor {
|
||||||
)),
|
)),
|
||||||
add: &combo_row(
|
add: &combo_row(
|
||||||
"XR Service Type",
|
"XR Service Type",
|
||||||
Some("Monado is for PCVR headsets, while WiVRn is for Andorid standalone headsets"),
|
Some("Monado is for PCVR headsets, while WiVRn is for Android standalone headsets"),
|
||||||
model.profile.borrow().xrservice_type.to_string().as_str(),
|
model.profile.borrow().xrservice_type.to_string().as_str(),
|
||||||
XRServiceType::iter()
|
XRServiceType::iter()
|
||||||
.map(XRServiceType::to_string)
|
.map(XRServiceType::to_string)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue