X button on dashboard

This commit is contained in:
galister
2026-01-10 03:18:08 +09:00
parent 531786f63a
commit 9547da21ce
5 changed files with 27 additions and 0 deletions

View File

@@ -227,6 +227,8 @@ impl DashInterface<()> for DashInterfaceEmulated {
fn restart(&mut self, _data: &mut ()) {}
fn toggle_dashboard(&mut self, _data: &mut ()) {}
fn monado_client_list(&mut self, _data: &mut ()) -> anyhow::Result<Vec<dash_interface::MonadoClient>> {
Ok(self.monado_clients.clone())
}