mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-05 08:01:29 +03:00
configurable capture backend
This commit is contained in:
@@ -71,7 +71,7 @@ fn run_service(config: &Config) -> Result<()> {
|
||||
log::info!("Press Ctrl+Alt+Shift+Super to release the mouse");
|
||||
|
||||
let server = Server::new(config);
|
||||
server.run().await?;
|
||||
server.run(config.capture_backend).await?;
|
||||
|
||||
log::debug!("service exiting");
|
||||
anyhow::Ok(())
|
||||
|
||||
Reference in New Issue
Block a user