IDialogHandler.OnFileDialog add new extensions and descriptions arguments
amaitland opened this issue · comments
Alex Maitland commented
The method signature has changed, CEF has added two new params.
The acceptFilters
param will also change from List<string>
to IReadOnlyCollection<string>
as it's immutable effectively.