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

Crash when filtering by file extension #31

Closed heribertolugo closed 4 years ago

heribertolugo commented 4 years ago

filter predicate tries to cast the extensions listbox items to string. this will not work anymore since listbox items are no longer strings, but rather an object which tracks count of extesions.

see #4