I created a label under the file widget box to show the current number of files being open and a function update_num_files_label in images_view.py for updating the label.
The function update_num_files_label is called from images_view.py, images_controller.py, and main_controller.py when image files are added, deleted, reset, and loaded from a csv file.
Context
34
Changes