mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-13 01:21:29 +03:00
fix clippy lint
This commit is contained in:
@@ -295,7 +295,7 @@ async fn handle_capture_event(
|
|||||||
|
|
||||||
if capture.keys_pressed(&service.config.release_bind) {
|
if capture.keys_pressed(&service.config.release_bind) {
|
||||||
log::info!("releasing capture: release-bind pressed");
|
log::info!("releasing capture: release-bind pressed");
|
||||||
return release_capture(capture, &active).await;
|
return release_capture(capture, active).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
if event == CaptureEvent::Begin {
|
if event == CaptureEvent::Begin {
|
||||||
|
|||||||
Reference in New Issue
Block a user