lxqt / xdg-desktop-portal-lxqt

A backend implementation for xdg-desktop-portal
GNU Lesser General Public License v2.1
20 stars 8 forks source link

filechooser: Convert mimetype filters to name filters #29

Closed robxnano closed 6 months ago

robxnano commented 7 months ago

Allows name filters and mimetype filters to be combined, as per the portal specification. The current implementation only allows one or the other per dialog, so if an application uses both, all the name filters are dropped.