History: update last book access time (#10156)

This commit is contained in:
hius07
2023-02-23 19:23:30 +02:00
committed by GitHub
parent 81c0bc396a
commit 5c9ba53353
5 changed files with 28 additions and 29 deletions

View File

@@ -569,7 +569,7 @@ function TouchMenu:init()
text_font_bold = false,
callback = function()
UIManager:show(InfoMessage:new{
text = datetime.secondsToDateTime(os.time(), G_reader_settings:isTrue("twelve_hour_clock"), true),
text = datetime.secondsToDateTime(nil, nil, true),
})
end,
hold_callback = function()