https://bugs.kde.org/show_bug.cgi?id=458331
--- Comment #7 from b...@mogwai.be --- Git commit 6e998d608ce8b693b611015f0fb252bf63c5a1cf by Bart De Vries. Committed on 28/02/2023 at 13:09. Pushed by bdevries into branch 'master'. Use FolderDialog for non-flatpak builds 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. M +3 -0 .flatpak-manifest.json M +12 -0 src/CMakeLists.txt A +17 -0 src/qml/Settings/StorageDirDialog.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +17 -0 src/qml/Settings/StorageDirDialogFlatpak.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +1 -6 src/qml/Settings/StorageSettingsPage.qml A +7 -0 src/resources-flatpak.qrc A +7 -0 src/resources-non-flatpak.qrc https://invent.kde.org/multimedia/kasts/commit/6e998d608ce8b693b611015f0fb252bf63c5a1cf -- You are receiving this mail because: You are watching all bug changes.