Currently, upon switching to utilities, it takes forever. That's because the series listbox to select a match for unrecognized files loads and filters on the UI thread. These (and probably many more) need to moved to a background thread and repopulated as the filtering occurs.
Currently, upon switching to utilities, it takes forever. That's because the series listbox to select a match for unrecognized files loads and filters on the UI thread. These (and probably many more) need to moved to a background thread and repopulated as the filtering occurs.