mirror of https://github.com/wayvr-org/wayvr.git
remove libmonado active client workaround
This commit is contained in:
parent
1dc7d4340c
commit
e61fd66210
|
|
@ -499,12 +499,7 @@ impl DashInterface<AppState> for DashInterfaceLive {
|
||||||
return Ok(()); // no monado avoilable
|
return Ok(()); // no monado avoilable
|
||||||
};
|
};
|
||||||
|
|
||||||
monado_client_focus(monado, name)?;
|
monado_client_focus(monado, name)
|
||||||
|
|
||||||
// Restart monado (BUG!)
|
|
||||||
// https://gitlab.freedesktop.org/monado/monado/-/issues/497
|
|
||||||
app.monado_init();
|
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "openxr")]
|
#[cfg(feature = "openxr")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue