mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 17:31:29 +03:00
fix release bind message
This commit is contained in:
@@ -68,7 +68,7 @@ fn run_service(config: &Config) -> Result<()> {
|
|||||||
// run async event loop
|
// run async event loop
|
||||||
runtime.block_on(LocalSet::new().run_until(async {
|
runtime.block_on(LocalSet::new().run_until(async {
|
||||||
// run main loop
|
// run main loop
|
||||||
log::info!("Press Ctrl+Alt+Shift+Super to release the mouse");
|
log::info!("Press {:?} to release the mouse", config.release_bind);
|
||||||
|
|
||||||
let server = Server::new(config);
|
let server = Server::new(config);
|
||||||
server.run(config.capture_backend).await?;
|
server.run(config.capture_backend).await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user