copying file with .sdr (#3563)

This commit is contained in:
Robert
2017-12-27 15:03:53 +01:00
committed by GitHub
parent b855eff1b9
commit 1d1b005b1a

View File

@@ -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