autocommit 2022-01-08 18:38:24 CET
This commit is contained in:
parent
33549184d4
commit
d061a5c313
38 changed files with 179 additions and 371 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue