Skip to content

Fixed support for multiple extensions for the bookmark file

Epsi Epper requested to merge bugfix/bookmarks_extensions into master

Using QtWidgets.QFileDialog.getOpenFileName did only support one file type, not multiples. To support both *.json and *.html bookmark files, the file selection now uses QtWidgets.QFileDialog.getOpenFileNames

Merge request reports