Skip to content

Fix file type parameter for file dialogs

Nicolas Fella requested to merge work/filedialog into master

all/allfiles is not a mimetype understood by Qt. The proper one would be application/octet-stream

However we get the desired behavior by omitting the argument

Merge request reports