aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/worker_ws.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/worker_ws.rs b/src/worker_ws.rs
index f038100..89dcbda 100644
--- a/src/worker_ws.rs
+++ b/src/worker_ws.rs
@@ -217,6 +217,7 @@ impl State {
}
WorkerRequest::Accept => {
worker.accept += 1;
+ self.send_webui_worker_update(w);
self.dispatch_work();
}
WorkerRequest::Save => {