Skip to content

Use FolderDialog for non-flatpak builds

Bart De Vries requested to merge work/flatpak-dir-selection into master

Flatpaks have a problem with FolderDialog from labs: it never returns a path. Therefore Kasts was - up to now - using FileDialog from QtQuick1. However, this was causing problems on Android and Windows. Now we only use QtQuick1 FileDialog for flatpak and FolderDialog everywhere else.

CCBUG: 458331

Merge request reports