remove libmonado active client workaround

This commit is contained in:
Sapphire
2026-02-04 18:43:16 -06:00
committed by galister
parent 1dc7d4340c
commit e61fd66210

View File

@@ -499,12 +499,7 @@ impl DashInterface<AppState> for DashInterfaceLive {
return Ok(()); // no monado avoilable
};
monado_client_focus(monado, name)?;
// Restart monado (BUG!)
// https://gitlab.freedesktop.org/monado/monado/-/issues/497
app.monado_init();
Ok(())
monado_client_focus(monado, name)
}
#[cfg(feature = "openxr")]