copying file with .sdr (#3563)

pull/2851/merge
Robert 6 years ago committed by GitHub
parent b855eff1b9
commit 1d1b005b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -414,6 +414,9 @@ function FileManager:pasteHere(file)
end
self:moveFile(orig, dest)
else
if DocSettings:hasSidecarFile(orig) then
util.execute(self.cp_bin, "-r", DocSettings:getSidecarDir(orig), dest)
end
util.execute(self.cp_bin, "-r", orig, dest)
end
end

Loading…
Cancel
Save