https://bugs.kde.org/show_bug.cgi?id=440122
--- Comment #13 from Alvin Wong <al...@alvinhc.com> --- Git commit 4a53db5eec2cba94af8824aa7c40709db38770bc by Alvin Wong. Committed on 09/05/2022 at 15:13. Pushed by alvinwong into branch 'master'. Stop file dialog from silently appending file extension If the file dialog does not return a file name with a valid file extension, we ask the user to select a file name again. We must not just append the file extension silently because: * it bypasses the file overwrite prompt provided byu the file selector. * doing so will break sandboxed macOS and Android because access to user files is restricted and must be done through the native file selector. M +55 -23 libs/widgetutils/KoFileDialog.cpp https://invent.kde.org/graphics/krita/commit/4a53db5eec2cba94af8824aa7c40709db38770bc -- You are receiving this mail because: You are watching all bug changes.