pull/147/head
Giorgio Micotti 11 years ago
parent 98a2e50652
commit 01d04250c2

@ -36,6 +36,9 @@ function DocSettings:open(docfile)
-- we handle reader setting as special case
conf_path = "settings.reader.lua"
else
if lfs.attributes("./history","mode") ~= "directory" then
lfs.mkdir("history")
end
conf_path = self:getHistoryPath(docfile)
end
-- construct settings obj

Loading…
Cancel
Save