From e45421cc7d0ad20079f2ffbae745c9204f1a39bb Mon Sep 17 00:00:00 2001 From: BabbleBones Date: Tue, 12 Sep 2023 11:10:26 -0400 Subject: [PATCH] fix: typo in power warn --- src/ui/main_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/main_view.rs b/src/ui/main_view.rs index 762ce37..7da9989 100644 --- a/src/ui/main_view.rs +++ b/src/ui/main_view.rs @@ -262,7 +262,7 @@ impl SimpleComponent for MainView { set_label: concat!( "Your AMD GPU Power Profile is not set to VR. ", "This will cause noticeable stutter when running XR ", - "applications. Activate the VR profile witrh the ", + "applications. Activate the VR profile with the ", "following command:", ), add_css_class: "warning",