config: move handlers to State
This commit is contained in:
parent
97f7b68369
commit
6e25180d92
6 changed files with 204 additions and 109 deletions
|
|
@ -179,8 +179,7 @@ impl JayCompositorRequestHandler for JayCompositor {
|
|||
}
|
||||
|
||||
fn quit(&self, _req: Quit, _slf: &Rc<Self>) -> Result<(), Self::Error> {
|
||||
log::info!("Quitting");
|
||||
self.client.state.ring.stop();
|
||||
self.client.state.quit();
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue