mirror of https://github.com/wayvr-org/wayvr.git
openvr auto-launch
This commit is contained in:
parent
0383596724
commit
41752d4364
|
|
@ -57,6 +57,11 @@ pub(super) fn install_manifest(app_mgr: &mut ApplicationsManager) {
|
||||||
log::error!("Failed to add manifest to OpenVR");
|
log::error!("Failed to add manifest to OpenVR");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let Ok(()) = app_mgr.set_application_auto_launch(APP_KEY, true) else {
|
||||||
|
log::error!("Failed to set auto launch");
|
||||||
|
return;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(super) fn uninstall_manifest(app_mgr: &mut ApplicationsManager) {
|
pub(super) fn uninstall_manifest(app_mgr: &mut ApplicationsManager) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue