fix: typo in XRT_COMPOSITOR_SCALE_PERCENTAGE
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

XRT_COMPOSITOR_SCALE_PECENTAGE -> XRT_COMPOSITOR_SCALE_PECENTAGE
This commit is contained in:
williamvds 2025-02-09 18:19:07 +00:00 committed by Gabriele Musco
parent 338e711455
commit 1ed031a2bf
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -3,7 +3,7 @@ use lazy_static::lazy_static;
fn env_var_descriptions() -> Vec<(&'static str, &'static str)> {
vec![
(
"XRT_COMPOSITOR_SCALE_PECENTAGE",
"XRT_COMPOSITOR_SCALE_PERCENTAGE",
"Render resolution percentage. A percentage higher than the native resolution (>100) will help with antialiasing and image clarity."
),
(