remove libmonado active client workaround
This commit is contained in:
@@ -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")]
|
||||||
|
|||||||
Reference in New Issue
Block a user