fix emulation notify

This commit is contained in:
Ferdinand Schober
2024-07-11 22:20:40 +02:00
parent b0407148bf
commit d54e472498
11 changed files with 157 additions and 61 deletions

View File

@@ -95,7 +95,7 @@ async fn capture_task(
)
.await
{
log::warn!("input emulation exited: {e}");
log::warn!("input capture exited: {e}");
}
let _ = frontend_tx
.send(FrontendEvent::CaptureStatus(Status::Disabled))
@@ -249,7 +249,7 @@ async fn handle_capture_event(
};
if start_timer {
timer_notify.notify_waiters();
timer_notify.notify_one();
}
if enter {
spawn_hook_command(server, handle);