https://bugs.kde.org/show_bug.cgi?id=490999
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version| |26.04.0 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/util | |ities/skanpage/-/commit/007 | |56239fdfd118997b9801d24eb8b | |997e790f43 Status|REPORTED |RESOLVED --- Comment #4 from Nate Graham <[email protected]> --- Git commit 00756239fdfd118997b9801d24eb8b997e790f43 by Nate Graham, on behalf of Nicola Felice. Committed on 23/12/2025 at 18:44. Pushed by ngraham into branch 'master'. Ask before overwriting in ExportDialog If the user manually changes the filename in the TextField and clicks "Save", the program will overwrite existing files without confirmation. Solution: Remove the file path from the fields in the ExportDialog and move the possibility to change the path in the FileDialog. This way the check to avoid overwriting files is done in a single place. Related: bug 508559 FIXED-IN: 26.04.0 M +16 -32 src/qml/ExportDialog.qml https://invent.kde.org/utilities/skanpage/-/commit/00756239fdfd118997b9801d24eb8b997e790f43 -- You are receiving this mail because: You are watching all bug changes.
