mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
History: update last book access time (#10156)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user