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

Allow Interaction While Processing #73

Open heribertolugo opened 2 years ago

heribertolugo commented 2 years ago

The app currently enters a disabled mode during processing. It might be useful to allow the application to remain active during processing. The refresh of the treeview might have to be disabled, as each refresh will cause a flicker.