heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

Live Thread Count #79

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

At the moment, the control used for setting the amount of threads is also used to display the thread count during processing.

We need to separate these 2 and allow the thread count control to change the amount of threads while the application is processing.

heribertolugo commented 2 years ago

This will fix issue #77. Issue #74 can be resolve in tandem.