diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 1e43e074..3148a52a 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -1332,7 +1332,8 @@ function up2k_init(subtle) { return modal.confirm(msg.join('') + '', function () { start_actx(); up_them(good_files); - toast.inf(15, L.u_unpt, L.u_unpt); + if (have_up2k_idx) + toast.inf(15, L.u_unpt, L.u_unpt); }, null); up_them(good_files);