mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Update filemanager.lua
This commit is contained in:
@@ -1293,6 +1293,7 @@ function FileManager:openTextViewer(file_path)
|
||||
UIManager:show(require("ui/widget/textviewer"):new{
|
||||
title = file_path,
|
||||
title_multilines = true,
|
||||
justified = false,
|
||||
text = file_content,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user