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:
parent
f8bfeb5048
commit
26467d557f
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user