Skip to content

printdialog: Handle nonexisting files better

Matthias Clasen requested to merge matthiasc/for-main into main

When a non-existing file is selected in the file chooser for print-to-file, we weren't updating the button label to show the new filename. Fix that.

Also, use newer file chooser api.

Merge request reports