Skip to content

Use correct path for copy to clipboard/open containing folder

Jan Paul Batrina requested to merge work/jbatrina/fix-copy-open-filepath into master

Previously, there was no way to check if the image has been saved, so the file path used can be wrong (e.g. points to previously saved screenshot). Now, ExportManager keeps track of whether the image has been saved, and that is used for choosing the correct path.

BUG: 441047

Edited by Jan Paul Batrina

Merge request reports