mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +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
|
||||
runtime.block_on(LocalSet::new().run_until(async {
|
||||
// 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);
|
||||
server.run(config.capture_backend).await?;
|
||||
|
||||
Reference in New Issue
Block a user