mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-05 15:48:45 +00:00
fix: typo in power warn
This commit is contained in:
parent
5e451fb153
commit
e45421cc7d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ impl SimpleComponent for MainView {
|
||||||
set_label: concat!(
|
set_label: concat!(
|
||||||
"Your AMD GPU Power Profile is not set to VR. ",
|
"Your AMD GPU Power Profile is not set to VR. ",
|
||||||
"This will cause noticeable stutter when running XR ",
|
"This will cause noticeable stutter when running XR ",
|
||||||
"applications. Activate the VR profile witrh the ",
|
"applications. Activate the VR profile with the ",
|
||||||
"following command:",
|
"following command:",
|
||||||
),
|
),
|
||||||
add_css_class: "warning",
|
add_css_class: "warning",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue