implementation select_all and toggle_selection pt2

This commit is contained in:
nova
2026-05-14 12:17:06 +02:00
parent b4acda1aa6
commit ac0b644bcb
2 changed files with 16 additions and 0 deletions

View File

@@ -88,6 +88,11 @@ void *thread_mid(){
mid_dir.current_file = NULL;
}
unsigned long i;
for(i = 0; i < mid_dir.file_count && i < tmp.file_count; i++) {
mid_dir.file_list[i].status = tmp.file_list[i].status;
}
}