diff --git a/src/ui/app.rs b/src/ui/app.rs index 521746e..d8498ba 100644 --- a/src/ui/app.rs +++ b/src/ui/app.rs @@ -312,7 +312,7 @@ impl SimpleComponent for App { format!("{pfx}/bin/monado-service", pfx = profile.prefix) } XRServiceType::Wivrn => { - format!("{pfx}/bin/wivrn-service", pfx = profile.prefix) + format!("{pfx}/bin/wivrn-serer", pfx = profile.prefix) } }); }