2
0
mirror of https://github.com/koreader/koreader synced 2024-11-04 12:00:25 +00:00

timestamp of screenshot filename is now of second precision

This commit is contained in:
chrox 2014-11-10 20:20:09 +08:00
parent f8bfeb5048
commit 26467d557f

View File

@ -8,7 +8,7 @@ local _ = require("gettext")
local DEBUG = require("dbg") local DEBUG = require("dbg")
local ReaderScreenshot = InputContainer:new{ local ReaderScreenshot = InputContainer:new{
datetime_name = "screenshots/Screenshot_%Y-%b-%d_%Hh%M.png", datetime_name = "screenshots/Screenshot_%Y-%b-%d_%H%M%S.png",
} }
function ReaderScreenshot:init() function ReaderScreenshot:init()