From 190473bd32224a916d31a9c87fcc78624fc248db Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 9 Aug 2021 01:16:09 +0200 Subject: [PATCH] up2k-ui: fix hash-ahead button --- copyparty/web/up2k.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index b3c66092..90441486 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -923,7 +923,9 @@ function up2k_init(subtle) { } return handshakes_permitted() && 0 == st.todo.handshake.length + - st.busy.handshake.length; + st.busy.handshake.length + + st.todo.upload.length + + st.busy.upload.length; } var tasker = (function () {