facebook-data-image-exif icon indicating copy to clipboard operation
facebook-data-image-exif copied to clipboard

Don't setup exiftool until in the task thread

Open addshore opened this issue 5 years ago • 0 comments

Right now the UI thread builds the exiftool for use passing it into the task.

This is bad and can lead to a second of frozen UI before loading the task UI. The task should do this heavy lifting in its own thread...

addshore avatar Mar 12 '19 00:03 addshore