mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Migrate history folder, FileManagerHistory uses own history.lua file and ReadHistory component
This commit is contained in:
@@ -329,6 +329,7 @@ end
|
||||
|
||||
function ReaderUI:showReader(file)
|
||||
DEBUG("show reader ui")
|
||||
require("readhistory"):addItem(file)
|
||||
if lfs.attributes(file, "mode") ~= "file" then
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T( _("File '%1' does not exist."), file)
|
||||
|
||||
Reference in New Issue
Block a user