up2k-ui: fix hash-ahead button

This commit is contained in:
ed 2021-08-09 01:16:09 +02:00
parent 030d1ec254
commit 190473bd32

View file

@ -923,7 +923,9 @@ function up2k_init(subtle) {
} }
return handshakes_permitted() && 0 == return handshakes_permitted() && 0 ==
st.todo.handshake.length + st.todo.handshake.length +
st.busy.handshake.length; st.busy.handshake.length +
st.todo.upload.length +
st.busy.upload.length;
} }
var tasker = (function () { var tasker = (function () {