mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
copying file with .sdr (#3563)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user