mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
screenshot shorcut patch by NuPogodi@mobileread
This commit is contained in:
@@ -37,6 +37,7 @@ function CREReader:open(filename)
|
||||
end
|
||||
|
||||
-- detect file type for documents inside zip file
|
||||
-- @TODO do the detection after the file is unzipped 30.04 2012 (houqp)
|
||||
if file_type == "zip" then
|
||||
-- store filename without zip-extention to fn
|
||||
local fn = string.lower(string.sub(filename,0,-4))
|
||||
|
||||
Reference in New Issue
Block a user