feat: add XRT_DEBUG_GUI info in env var descriptions

This commit is contained in:
Gabriele Musco 2023-06-25 15:32:39 +02:00
parent 34385b9611
commit 0b3bd04819
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -10,6 +10,7 @@ pub static ENV_VAR_DESCRIPTIONS: Map<&str, &str> = phf_map! {
// "SURVIVE_TIMECODE_OFFSET_MS" => "",
"LD_LIBRARY_PATH" =>
"Colon-separated list of directories where the dynamic linker will search for shared object libraries.",
"XRT_DEBUG_GUI" => "Set to 1 to enable the Monado debug UI",
};
pub fn env_var_descriptions_as_paragraph() -> String {