Changes
- Added hover effect to folder path label c2ea8d34

Corrections
- Fix #22
This change improves download management by implementing verification of existing files to avoid redundant downloads. A process was added to check the size of local files against remote files before initiating a new download. If a file already exists and its size matches the remote file, the download is skipped. Additionally, download failures are handled more efficiently, reducing unnecessary downloads.

Prior to the implementation of “Fix #22,” download management did not check for existing files in the destination directory, leading to redundant downloads that wasted space, time, and bandwidth. Download failures were also not managed properly, resulting in unnecessary attempts to redownload files.

- Implemented concurrent downloads within each bbWrapper 36919ec
Changes were made in the download of images from the bbWrapper, improving how these images are managed and downloaded to avoid interface freezing.