1
0
Fork 0
forked from wry/wry

autocommit 2022-01-08 18:38:24 CET

This commit is contained in:
Julian Orth 2022-01-08 18:38:24 +01:00
parent 33549184d4
commit d061a5c313
38 changed files with 179 additions and 371 deletions

View file

@ -99,7 +99,7 @@ impl OutputHandler {
ae.triggered().await;
}
self.state.outputs.remove(&self.output.id());
self.state.globals.remove(&self.state, name).await;
let _ = self.state.globals.remove(&self.state, name).await;
self.state
.output_handlers
.borrow_mut()
@ -131,7 +131,7 @@ impl SeatHandler {
}
ae.triggered().await;
}
self.state.globals.remove(&self.state, name).await;
let _ = self.state.globals.remove(&self.state, name).await;
self.state
.seat_handlers
.borrow_mut()