This commit is contained in:
Ross
2021-10-31 21:27:42 +00:00
parent 9119dfa095
commit 8a840c7680
+2
View File
@@ -163,6 +163,8 @@
if (file_drop_number < 1) { if (file_drop_number < 1) {
toastr.warning(`Drop failed (no files), try again.`); toastr.warning(`Drop failed (no files), try again.`);
} else {
toastr.warning(`Loading ${file_drop_number} dropped image(s).`);
} }
// Loop through each dropped file and try to assign to an // Loop through each dropped file and try to assign to an