Skip to content

Fix mimetype for directory icon

Nicolas Fella requested to merge work/mime into master

The current code assumes the icon will be a PNG file, but most of our icons these days are SVGs. Use QMimeDatabase to get the correct type.

Merge request reports